Kamil Kisiel said:

> My previous mail filter, written using SpamAssassin 1.5 and the
> Mail::SpamAssassin:MyMailAudit module no longer works with SpamAssassin
> 2.0. As far as I can tell, the MyMailAudit module has been removed from
> Mail::SpamAssassin and replaced with Mail::SpamAssassin::NoMailAudit.
> The documentation provided with M::SA still uses the old MyMailAudit
> module, which I am now also use'ing in my script as a temporary fix.
> What I want to know is what does the new module provide that replaces
> the methods provided by MyMailAudit ?

First of all -- MyMailAudit is a simple wrapper object for Mail::Audit,
it doesn't really do much and relies on M:A being present.

OK, the differences:

NoMailAudit is essentially a 100% compatible reimplementation of M:A which
(a) does not require M:A or any of the other modules it requires, and (b)
fixes some bugs that M:A has (cf. the (unusable ;) list archives for more
details); specifically, M:A does some rather ineffective locking,
occasionally results in corrupted "From " lines, and alters the message
headers.

Try use'ing the Mail::SpamAssassin::NoMailAudit and it should work fine.
I'm not sure why use'ing MyMailAudit should die though.

--j.

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to