Amvis-new

2016-06-28 Thread Maurizio Poli
Hi, I would like to know if you can set up different behaviors depending on the tag level, like: REJECT for $sa_tag2_level_deflt and DISCARD for $sa_kill_level_deflt regards, Maurizio -- *Etarom* Via del Tiglio 45 56012 Calcinaia (PI) Tel +39058759108, Fax +390587466697 cell 340 8398772 E

Re: spam assassin rule to block a From address

2016-10-12 Thread Maurizio Poli
Hi I'm sorry for my poor english... are you for usage of '^' ? because the string not start with sender address, you can try withou it. Can you post to us a source code of spam mail? Maurizio Dear list, I get mails from below FROM address. airecom612+97d7d60a91d9695c9a4240f92d5c3...@holis

Re: spam assassin rule to block a From address

2016-10-12 Thread Maurizio Poli
I think that the parenthesis are not necessary and the @ must be escaped ^.*airecom612\+97d7d60a91d9695c9a4240f92d5c3cae\@ for check on https://regex101.com you can try the regex on complete mail source code like this: .. .. X-Received: by 10.194.204.198 with SMTP id la6mr8163648wjc.

Re: spam assassin rule to block a From address

2016-10-13 Thread Maurizio Poli
have you test this regex?: header SPAM11OctF1 From =~ /.*airecom612\+97d7d60a91d9695c9a4240f92d5c3cae\@/i describe SPAM11OctF1 From address contains the word airecom612@ score SPAM11OctF1 10.0 it must work I think that the parenthesis are not necessary and the @ must be escaped I somet

how disable banned content alert

2016-11-03 Thread Maurizio Poli
Hi, I want disable the 'BANNED CONTENT ALERT' for sender and recipient. I have this settings: /$final_virus_destiny = D_DISCARD;// //$final_banned_destiny = D_DISCARD;// //$final_spam_destiny = D_DISCARD; / /# Tell amavis to notify recipients of banned file quarantine:// //# Don

can't stop banned notification

2016-11-30 Thread Maurizio Poli
Hi, I did a lot of testing but I can not stop banned notification to the recipient address. Amavids version 'amavisd-new-2.8.1 (20130628)' this is may conf for banned notification: /$final_banned_destiny = D_DISCARD;// / /# Tell amavis to notify recipients of banned file quarantine:// /

Re: can't stop banned notification

2016-12-03 Thread Maurizio Poli
hi, I solve this trouble: the problem was caused by in policy recorder in mysql, that bypassing the configuration regards, Maurizio Hi, I did a lot of testing but I can not stop banned notification to the recipient address. Amavids version 'amavisd-new-2.8.1 (20130628)' this is may conf f