On Jan 1, 2006, at 11:43 AM, Noel J. Bergman wrote:

once in a while I'm receiving bogus emails from my domain
claming my account is disabled or something like, with a
zip file that obviously is infected by a worm.

Use ClamAV. Works great. It would also be nice to deal with SPF, but we do
not yet have an SPF matcher.  Volunteers?

        --- Noel

I wrote a very simple mailet that does SPF lookups via spfd (http:// search.cpan.org/dist/Mail-SPF-Query/bin/spfd). Spfd is Perl software that is developed by one of SPF's authors. The mailet puts the result of a lookup into a mail header for subsequent spam processing. It could easily be turned into a matcher.

This approach is not a 100% Java solution, but it works.

-Mike Bryant.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to