ahgu wrote:
How do I create a rule for spamassasssin that it looks for the following
string in the message box and give it high score?

Return-Path: <[EMAIL PROTECTED]>


Everything you will probably ever need to know about basic and intermediate rule-writing can be found at:

http://wiki.apache.org/spamassassin/WritingRules


header LOCAL_RP_INFO_MYSERV      Return-Path =~ /[EMAIL PROTECTED]/i
describe LOCAL_RP_INFO_MYSERV    Has a bad return path
score LOCAL_RP_INFO_MYSERV       1.0

However, if that return-path really is so bad, why don't you just configure 
your MX to refuse it at the SMTP layer to start with???





Reply via email to