Roman,

> I am using avamis-new.
> I want to do a header check and discard a mail when 3 patterns match 3
> different lines at once.
>
> Is it possible with amavis-new?
> How to do it best?

Use SpamAssassin meta rules, and give score to a combined rule, e.g.:

body  __L_CASE1 /.../
body  __L_CASE2 /.../
body  __L_CASE3 /.../
meta  L_MYRULE  __L_CASE1 && __L_CASE2 && __L_CASE3
score L_MYRULE  3

  Mark

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to