>
> 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
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[
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
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
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
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