Rene wrote: > Hi ! I need your help..
> I am actually using amavisd-new 2.3.2 with spamassassin 3.0.4 and clamav > 0.86.2. I need to search each mail going through my server (including the > attachment file) and to look for specific word (let say word in a .txt > files).. > Are you aware if there is a way to do it ? I know I cannot use spamassassin > because it do not include the attachment, http://www.intuitive.com/spam-assassin-rule-help.html I tried this rule that looks for the bare word 'test': body LOCAL_DEMONSTRATION_RULE /\btest\b/i score LOCAL_DEMONSTRATION_RULE 0.1 and I placed the line 'this test is cool' in a .txt file and attached it to a message, and it found it just fine: X-Spam-Status: No, score=-1.2 tagged_above=-199 required=1 tests=[ALL_TRUSTED=-2.82, AWL=-0.050, LOCAL_DEMONSTRATION_RULE=0.1, MISSING_SUBJECT=1.57] > as for clamav that do no support > custom rules... Does any body have the same needs and already know the > solution ? > thanks for your help. > Rene Bouchard Gary V ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ 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/
