On 3/15/2005 2:50 AM, Jörg Schütter wrote:
> I want to write a additional rule for spamassassin (3.0.2) which
> match the following header lines.
>
> Received: from blabla (unknown [1.2.3.4])
> by my.mailserver.com
>
> This rule shuld add bad scores to machines which don't talk rfc.
http
At 02:50 AM 3/15/2005, Jörg Schütter wrote:
This rule shuld add bad scores to machines which don't talk rfc.
Her is my try which doesn't succeded.
header MY_RECV_FQDN1 Received =~ /^from [a-zA-Z0-9-]+ (\w+ \w+) by
hostname\d\d\.domain\.com
describe MY_RECV_FQDN1 Sender does not use FQN in EHLO
sco
Hallo,
I want to write a additional rule for spamassassin (3.0.2) which
match the following header lines.
Received: from blabla (unknown [1.2.3.4])
by my.mailserver.com
This rule shuld add bad scores to machines which don't talk rfc.
Her is my try which doesn't succeded.
header MY_RECV_