logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PhishTag - SpamAssassin plugin for redirecting links in incoming emails.

Author

Description

       PhishTag enables administrators to rewrite links in emails that trigger certain tests, preferably anti-
       phishing blocklist tests. The plugin will inhibit the blocking of a portion of the emails that trigger
       the test by SpamAssassin, and let them pass to the users' inbox after the rewrite. It is useful in
       providing training to email users about company policies and general email usage.

Download

       The source  of  this  plugin  is  available  at:  http://umut.topkara.org/PhishTag/PhishTag.pm  a  sample
       configuration file is also available: http://umut.topkara.org/PhishTag/PhishTag.cf

Name

       PhishTag - SpamAssassin plugin for redirecting links in incoming emails.

Options

       The following options can be set by modifying the configuration file.

       •   trigger_ratio percentage_value

           Sets the probability in percentage that a positive test will trigger the email rewrite, e.g. 0.1 will
           rewrite on the average 1 in 1000 emails that match the trigger.

       •   trigger_target RULE_NAME http_url

           The  name  of  the  test  which  would  trigger  the  email rewrite; all the URLs will be replaced by
           http_url.

See Also

       Check  the  list  of tests performed by SpamAssassin to modify the configuration file to match your needs
       from https://spamassassin.apache.org/tests.html

Synopsis

        loadplugin     Mail::SpamAssassin::Plugin::PhishTag

        trigger_ratio    0.1
        trigger_target   RULE_NAME  http://www.antiphishing.org/consumer_recs.html

See Also