Re: [SAtalk] Default MySQL Settings for users

2002-06-21 Thread Andy Higgins
> > Thanks for the help! Specifically, would I just add this to the file? I > found a copy at: > /usr/lib/perl5/site_perl/5.6.0/Mail/SpamAssassin/ConfSourceSQL.pm > Do I need to recompile SA after modifing this file? > I put the new code you sent after >if($dbh) { > I set the default value t

Re: [SAtalk] Getting AWL not apply to my address

2002-06-13 Thread Andy Higgins
set auto_whitelist_threshold to 0 ...it works for me however i had to apply this patch in 2.20 but looks like its fixed in CVS --- SpamAssassin-orig/Conf.pmSun Apr 14 15:05:44 2002 +++ SpamAssassin/Conf.pm Sat May 25 06:06:52 2002 @@ -449,7 +449,7 @@ =cut if (/^auto[-_]whitelist[

Re: [SAtalk] new private rules

2002-05-23 Thread Andy Higgins
On Thu, 23 May 2002, Craig R Hughes wrote: > If you're using spamd, you can't put rules in user_prefs, for security reasons, > unless you turn on the option which lets you do that. But the option creates > security holes. You can, however, put extra rules in > /etc/mail/spamassassin/local.cf an

Re: [SAtalk] saving spam mails

2002-05-18 Thread Andy Higgins
you could store spam (compressed) for users who have opted to turn on filter to a sql database which they can then view in the 'spam hold' area and have delivered or deleted if they so desire. simplified example: :0 iW * FILTER ?? yes * ^X-Spam-Status: Yes | /usr/bin/spamstore.pl ${LOGNAME} ${FR

[SAtalk] safe_fallback correction

2002-05-15 Thread Andy Higgins
sorry that procmail recipe should have been :0 ifW * ! ^X-Spam-Status: Yes #to avoid running more than once | spamc || exit 75 ___ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

[SAtalk] SAFE_FALLBACK

2002-05-15 Thread Andy Higgins
Hello, I have checked the FAQ and docs but have been unable to find the answer to this question in more detail. The question is why is -f no longer able to be turned off as stated in Changes doc, spamc.c and man spamc? If spamd dies, I'd like to defer delivery until it is started back up and no