Mailing List Archive

straight to host
I am trying to write a rule to score emails that are straight to my mail
server
like
mailhost.mydomain.com

header MY_dom To =~ /\@mailhost\.mydomain\.com/i
describe MY_dom Addressed straight to mail server
score MY_dom 2.0

But when I test it it never hits on the rule.
I am doing the rule wrong ?
RE: straight to host [ In reply to ]
I don't see anything wrong with your rule. Did you restart spamd?

-----Original Message-----
From: Vicchiullo, Rob [mailto:robv@disaster.com]
Sent: Friday, February 06, 2004 11:28 AM
To: spamassassin-users@incubator.apache.org
Subject: straight to host


I am trying to write a rule to score emails that are straight to my mail
server
like
mailhost.mydomain.com

header MY_dom To =~ /\@mailhost\.mydomain\.com/i
describe MY_dom Addressed straight to mail server
score MY_dom 2.0

But when I test it it never hits on the rule.
I am doing the rule wrong ?