[SAtalk] Anti Bayes Spam?

2004-01-28 Thread David Flanigan
All, I have been seeing spam with a large number of random words, formated as sentences complete with punctuation. These are commonly getting by the SA Bayes filters, and are occasionally getting past the other checks to land in my mailbox. I am curious on two fronts: First, the ones that

[SAtalk] Logging with Spamassassin?

2002-06-20 Thread David Flanigan
Spamassassin is just the greatest. Now that I have it up and running (and report to Razor), I have one questions I cannot seem to solve. Is there a way to enable logging with Spamassassin? Nothing complex (ie complete headers), just a simple one line (ie syslog style) log letting me know

Re: [SAtalk] Undefined subroutine &main::pod2usage called at /usr/bin/spamassassin line 59.

2002-06-20 Thread David Flanigan
Jim: I see the same thing (I also installed through CPAN), but only when I envoke SA with an improper command line option, or with a -h or --help: [root@dflx etc]# spamassassin -h SpamAssassin version 2.30 Undefined subroutine &main::pod2usage called at /usr/bin/spamassassin line 59. -- Kind

[SAtalk] spamassassin -r -w = mailloop?

2002-06-21 Thread David Flanigan
SA gurus: I have several very old, and very spam ridden e-mail addresses which I am trying to make spamtraps. I am running Sendmail and Procmail. :0fw | /usr/bin/spamassassin -r -w noreply -- Kind Regards, David A. Flanigan [EMAIL PROTECTED] http://www.flanigan.net --

[SAtalk] spamassassin -r -w = mailloop?

2002-06-21 Thread David Flanigan
SA Gurus: I have several old e-mail addresses which receive only spam (and allot of it). So I would like to turn them into SpamTraps. Following the instructions in the spamassassin man page I tried the following in aliases: spamtrap: "|/usr/bin/spamassassin -r -w spamtrap" The resu

Re: [SAtalk] spamassassin -r -w = mailloop?

2002-06-21 Thread David Flanigan
ivek Khera <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Fri, 21 Jun 2002 10:13:00 -0400 Subject: Re: [SAtalk] spamassassin -r -w = mailloop? > >>>>> "DF" == David Flanigan <[EMAIL PROTECTED]> writes: > > DF> I have several very old, and very sp

[SAtalk] SA + Mailscanner Question

2002-07-22 Thread David Flanigan
I just installed and turned up Mailscanner(w/ f-prot), after having run SA for some time. I know from watching the list that several others here are running both as well. I current have both running separately. That is, I am not running SA from Mailscanner, but separately from procmail.

Re: [SAtalk] Sendmail Installation

2002-07-23 Thread David Flanigan
John: The quickest way to implement spamassassin with Redhat is to use procmail, which is, by default, your local delivery agent. This is done by making a .procmailrc in the directory of users you want to protect with SA. That file should simply read: :0fw | /usr/bin/spamassassin -P You co