[EMAIL PROTECTED] wrote:
>   
>>> Is there a way to do this? i.e. if a subject line matches a certain string
>>> and possibly the same recipient to add a score in order to make it a
>>> "spam" mail?
>>>       
>> Use SpamAssassin rules for this, no need to duplicate its functionality
>> in amavisd. Something like the following can go into your local.cf:
>>
>> header   L_MYRULE Subject =~ m{^The End is Nigh$}m
>> score    L_MYRULE 20
>>
>>  Mark
>>     
>
> Thanks Mark,
>
> I really appreciate your help, and most of all your 
> amavisd-new, which has helped tremendously on quite a few servers. I just 
> looked in the wrong place it seems. Should have thought of it myself.
>   

Alternatively, if the robot IP is constant, you can block it in your MTA.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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