Hello,

I'm using Mail::SpamAssassin in a custom filter and passing messages via
check_message_text(). Many times I get the following errors:

Premature padding of base64 data at 
/usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/PerMsgStatus.pm line 1689

and

Premature end of base64 data at 
/usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/PerMsgStatus.pm line 1689

What's strange is when I take these messages and run them via 'spamassassin'
command line I don't get any problems. Even if I make a simple script that
calls check_message_text() and run it on the suspect message everything works
fine. It's almost like it starts happening 'after awhile' which I can't
explain or pinpoint :(. In my filter I am re-using the Mail::SpamAssassin
object.

Any ideas?

Thanks,

Viraj.

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

Reply via email to