=ats* adjustments
[PerlMail.git] / My-Audit.pm
index 4bcb2ed..685b382 100644 (file)
@@ -7,8 +7,8 @@ sub audit_init
                        "silent"=>["=btw"   ,"did"],
                        "log"   =>["=silent","syslog"],
                        "bell"  =>["=log"   ,"bell"],
-                       "sms"   =>["=bell"  ,"sms=1"],
-                       "crit"  =>["=sms"   ,"sms=3"],
+                       "sms"   =>["=bell"  ], #,"sms=1"],
+                       "crit"  =>["=sms"   ], #,"sms=3"],
                        );
        @sms_squeezes=(
                        { "SqueezeControl"=>"noconv"                         },
@@ -51,6 +51,7 @@ sub audit
                store "=spamo"        if headeris "From",'<BNcom@email.bn.com>';
                store "=spamo"        if headeris "From",'<e4luck@lists.opt4email.com>';
                store "=spamo"        if headeris "From",'<mailcontests@lists.servitall.com>';
+               store "=spamo"        if headeris "From",'<canda@lica.cz>';
                {
                        # weak detection: files with text/html w/o text/plain are usually a spam
                        my @types_linear=map({ mime_type($_); } parts_linear());
@@ -80,6 +81,7 @@ sub audit
        store "=err","bell" and return if headerhas \&Received_for,'<short+err@>';
 
        # ppl-wished foreign remapping, Reply-To is left untouched!
+       # FIXME: modifications are now being dropped by &write_message!
        header_remap("From",{
                        'kerere@post.cz'               =>'kamzik@k332.feld.cvut.cz',
                        'profes@mbox.vol.cz'           =>'kratochvilova@egp.cz',
@@ -161,6 +163,9 @@ sub audit
        store "=libtoolpat","log"    if headeris "List-Id"  ,'<libtool-patches.gnu.org>';
        # own webs
        store "=energie","bell"      if headeris "From"     ,qr/^EnergieWeb/;
+       store "=ats","log"           if headeris("From"     ,'<root@ms.atspraha.cz>')
+                                       || (headeris("From",'<online@ringier.cz>') && headerhas("To",'<blesk@atspraha.cz>'));
+       store "=atscasablanca","log" if headeris "From"     ,'<casablanca@ms.atspraha.cz>';
 
        # Petr Koutecky does not mark his Stuff
        store "=koutecky","log"      if headeris "From"     ,'<velkyhroch@seznam.cz>';