Matt Kettler wrote:
Regex suggestion: the ^.* at the beginning is pointless. Why force-match the
start of a line, but allow any number of any character immediately following?
/bulk Body=/s will have the exact same matches, and do it faster with less
memory.
Good point.
For optimization sa
Paul R. Ganci wrote:
> I am using DCC-1.3.23 to do greylisting (dccd greylisting server with
> the dccm sendmail milter). As a result DCC checksums are performed prior
> to the Spamassassin 3.1.0 scan. Therefore rather than repeat the DCC
> checks in Spamassassin I have constructed a custom ruleset
I am using DCC-1.3.23 to do greylisting (dccd greylisting server with
the dccm sendmail milter). As a result DCC checksums are performed prior
to the Spamassassin 3.1.0 scan. Therefore rather than repeat the DCC
checks in Spamassassin I have constructed a custom ruleset to perform
the check off