[Mimedefang] Quarantine notifications getting quarantined?

David F. Skoll dfs at roaringpenguin.com
Tue Dec 30 21:31:39 EST 2003


On Tue, 30 Dec 2003, Rich Stanton wrote:


> I'd be interested in knowing why they were quarantined too - in the maillogs
> the first quarantined-quarantine I looked at had a score of 5.401.
...

> X-Spam-Status: Yes, hits=9.5 required=5.0 tests=DATE_MISSING,EMAIL_ROT13,
> 	MORTGAGE_PITCH,TO_HAS_SPACES,TO_MALFORMED autolearn=no version=2.61

The EMAIL_ROT13 is triggering.  It took me a while to figure out.  Look
at this header:

> comments: evpufgnagba^ovtsbbg(pbz

Now type:

	echo 'evpufgnagba^ovtsbbg(pbz' | tr n-za-m a-z

on Linux, or:

	echo 'evpufgnagba^ovtsbbg(pbz' | tr '[n-z][a-m]' '[a-z]'

on Solaris.

:-)

Regards,

David.



More information about the MIMEDefang mailing list