On Mon, 5 Jan 2004, SAtalk Mail User wrote:

> Hello all,
>
> I am needing some assistance in regards to the output below, I have added what
> I think should get parsed out of the bigevil.cf file in /etc/mail/spamassassin
> directory.
>
> Added for testing ---
> uri BigEvilList_193 /\b(?:hotmail)\.com\b/i
> describe BigEvilList_193    Generated BigEvilList_193
> score BigEvilList_193   10.0
>
[snip..]
> Assistance would be great here.  I am also using MySQL to hold the preferences
> rather than the local.cf file for easy of use.  So the only thing is local.cf
> is the access to my MySQL server and account information.
>
> What I did was wget the bigevil.cf and placed it into /etc/mail/spamassassin
> and in /home/spam/.spamassassin directories and then restarted the spamd
> process - at the end of this email is the processes that are currently running
> on my system here.
>
> This is the output of maillog from when I receive an email message.
>
> Jan  5 15:54:54 elmo sendmail[26923]: i05LsrU6026923: from=<[EMAIL PROTECTED]>, 
> size=11575, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, bodytype=7BIT, 
> proto=ESMTP, daemon=MTA, relay=xxxxxx.xxxxxxx.com []
> Jan  5 15:54:54 elmo spamd[26916]: logmsg: connection from localhost.localdomain 
> [127.0.0.1] at port 54468
> Jan  5 15:54:54 elmo spamd[26916]: connection from localhost.localdomain [127.0.0.1] 
> at port 54468
> Jan  5 15:54:54 elmo spamd[26930]: debug: retrieving prefs for root from SQL server
> Jan  5 15:54:54 elmo spamd[26930]: debug: Failed to parse line in SpamAssassin 
> configuration, skipping: report_header^I0
> Jan  5 15:54:54 elmo spamd[26930]: debug: Failed to parse line in SpamAssassin 
> configuration, skipping: defang_mime^I0
> Jan  5 15:54:54 elmo spamd[26930]: debug: Failed to parse line in SpamAssassin 
> configuration, skipping: blacklist_from
> Jan  5 15:54:54 elmo spamd[26930]: debug: Failed to parse line in SpamAssassin 
> configuration, skipping: blacklist_from
> Jan  5 15:54:54 elmo spamd[26930]: debug: Failed to parse line in SpamAssassin 
> configuration, skipping: bayes_learn_to_journal^I1
[snip..]

Start with fixing the things that SpamAssassin throws errors on.
I see lots of errors in the above log related to parsing your config
data that it's pulled out of MySQL.

It's best to test a complex system one piece at a time. I'd start by
taking MySQL out of the equation. Put your prefs into a plain text
local.cf file, test that, add in bigevil.cf, retest, when you have that
working put MySQL back in.


-- 
Dave Funk                                  University of Iowa
<dbfunk (at) engineering.uiowa.edu>        College of Engineering
319/335-5751   FAX: 319/384-0549           1256 Seamans Center
Sys_admin/Postmaster/cell_admin            Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to