this patch of the patch fixes the case where X-DCC headers are injected
by the upstream mail provider.
SpamAssassin bugzilla has been updated also.
Original Message
Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile pkg-plist
ports/mail/p5-Mail-SpamAssassin/files
On 12/26, Karsten Bräckelmann wrote:
> > score __RCVD_IN_DNSWL 0
>
> It is a non-scoring "double underscore" sub-rule. It does not have a
> score. It cannot have a score. Setting its score to zero does nothing,
> and certainly not prevent the DNS query.
>
> Instead, you need to meta out the rule,
On Mon, Dec 26, 2011 at 12:39:45PM +0100, Karsten Bräckelmann wrote:
> > score __RCVD_IN_DNSWL 0
>
> It is a non-scoring "double underscore" sub-rule. It does not have a
> score. It cannot have a score. Setting its score to zero does nothing,
> and certainly not prevent the DNS query.
Surprise, i
> score __RCVD_IN_DNSWL 0
It is a non-scoring "double underscore" sub-rule. It does not have a
score. It cannot have a score. Setting its score to zero does nothing,
and certainly not prevent the DNS query.
Instead, you need to meta out the rule, overwriting the rule definition.
And frankly, dis