Mailscanner and OW.zip

General eFa discussion
Post Reply
Matt@
Posts: 5
Joined: 26 Oct 2016 10:37

Mailscanner and OW.zip

Post by Matt@ »

I've tried to implement the auto-whitelist feature (viewtopic.php?t=4652), and I think I've followed the instructions carefully (I am, however, not really a *nix guy). When I run the Mailscanner Lint test I get the errors below.

I'm using 4.0.4

I'm sure it's probably something I've done, but does any else use the plugin, get the errors, or can cast any light on what I've done wrong?

Thanks,
Matthew

Code: Select all

[Connected to SpamAssassin cache database
rules: failed to run __OW_T_REF_EMAIL test, skipping:
(Can't call method "do" on an undefined value at /etc/mail/spamassassin/ow.pm line 711.
)	0
rules: failed to run __OW_T_REF_FULL test, skipping:	
(Can't call method "do" on an undefined value at /etc/mail/spamassassin/ow.pm line 570.	
)	0
rules: failed to run __OW_T_SENT_EMAIL test, skipping:	
(Can't call method "do" on an undefined value at /etc/mail/spamassassin/ow.pm line 838.	
)	0
rules: failed to run OW_REF_THIS test, skipping:	
(Can't call method "disconnect" on an undefined value at /etc/mail/spamassassin/ow.pm line 507.
)	0
rules: failed to run __OW_T_REF_FULL_D test, skipping:
(Can't call method "do" on an undefined value at /etc/mail/spamassassin/ow.pm line 649.	
)	0
rules: failed to run __OW_T_SENT_EMAIL_D test, skipping:	
(Can't call method "do" on an undefined value at /etc/mail/spamassassin/ow.pm line 904.	
)	0
rules: failed to run __OW_T_REF_EMAIL_D test, skipping:	
(Can't call method "do" on an undefined value at /etc/mail/spamassassin/ow.pm line 776.
)	0
plugin: eval failed: Can't call method "disconnect" on an undefined value at /etc/mail/spamassassin/ow.pm line 411.	
SpamAssassin reported an error./code]
Post Reply