> That's part of an eval for a whitelist_from_rcvd statement, looking at EvalTests.pm line 977 it's a part of sub _check_whitelist_rcvd()
>
>
>
> Any chance you've got some which lack the right number of parameters (two)?
Doubt it. To test I either
My question regards the contents of your SA config files, not how you test.
Really, in this respect it does not matter how the email gets to SA.. You can procmail it, dump it in over the commandline, whatever.
Configfile parsing is more-or-less all the same.
Double check your config files:
grep whitelist_from_rcvd /etc/mail/spamassassin/*.cf
grep whitelist_from_rcvd ~/.spamassassin/user_prefsMake sure all the statements that return, if any, have two parameters not one.
