[SAtalk] whitelist_from not working :-(

2003-07-18 Thread Joe Flowers
Hello Everyone! :-) I have a program that does this: use Mail::SpamAssassin; $spamobj = Mail::SpamAssassin->new(); my $status = $spamobj->check_message_text(\"Email Message Text Goes Here\"); (In other words, I'm not using the "spamassassin" executable or spamd to send the message to Mail::Spam

Re: [SAtalk] whitelist_from not working

2002-12-16 Thread Matt Kettler
Did you lint your config to make sure there's no typoes that are confusing SA? Just run the command-line version to check your files for errors: spamassassin --lint -D and see if it complains about errors processing the config files. This has bitten me in the back-end several times. Since SA is

[SAtalk] whitelist_from not working

2002-12-16 Thread up
I thought I had this setup (SA, qmail, qmail-scanner, maildrop, etc) all tested, but I'm finding in production mode, I'm several clues short :-/ First: running spamd, I can't seem to get it to recognize the whitelist_from rule, either in local.cf or user_prefs (does user_prefs even work with sp

Re: [SAtalk] whitelist_from not working

2002-03-18 Thread Barry Andersson
Thanks Kenneth, > 1. you didn't restart spamd after changing the sitewide config file You got it first try. I didn't realise that spamd had to be restarted to re-read the local.cf file. :-| Thanks again Barry ___ Spamassassin-talk mailing list [E

Re: [SAtalk] whitelist_from not working

2002-03-18 Thread Kenneth Chen
You're right, sorry. I was referring to whitelist_to which is only a -6.0 bonus. Best, Kenneth --- Kenneth Chen Unit Supervisor, Clark Kerr and UVA Residential Computing University of California, Berkeley [EMAIL PROTECTED] On Mon, 18 Mar 2002, Craig R Hughes wro

Re: [SAtalk] whitelist_from not working

2002-03-18 Thread Craig R Hughes
Kenneth Chen wrote: > I believe the whitelist entry simply gives it a negative score in addition > to whatever positive scores it would have obtained via the rules. That is > to say, if your spam message would have been 20.3 points without your > whitelist entry, it'd only be something like 15.3

Re: [SAtalk] whitelist_from not working

2002-03-17 Thread Kenneth Chen
Hi Barry: I believe the whitelist entry simply gives it a negative score in addition to whatever positive scores it would have obtained via the rules. That is to say, if your spam message would have been 20.3 points without your whitelist entry, it'd only be something like 15.3 with (because the

[SAtalk] whitelist_from not working

2002-03-17 Thread Barry Andersson
Hi,   We're running SpamAssassin server-wide.   I've added our domain to /etc/mail/spamassassin/local.cf to allow all messages through but when I sent a deliberate spam message it was blocked.   I've added the line    whitelist_from *.simplex.net.au   to /etc/mail/spamassassin/local.cf which