RE: [CentOS] Re: Logwatch / spamassassin

2008-09-11 Thread Bob Hoffman
I have been thinking on this for a while now. Since logwatch can send a mail to another server and that server DOES not mark it as spam, that presents a logic issue. Now, the other server does not have as new a spam assassin as the new, so it is hard to check it that way. So I 'replied' to the log

RE: [CentOS] RE: Logwatch / spamassassin

2008-09-11 Thread RobertH
Take a logwatch email with lots of "bad ips etc" and run it through spamassassin as the same user that spamassassin runs under on that machine and it will give you some info you need to make better decisions You will actually see how it is getting eval'd and scored... The best answer(s), and wha

RE: [CentOS] RE: Logwatch / spamassassin

2008-09-11 Thread Bowie Bailey
Bob Hoffman wrote: > So.. > > To answer my own question... > > so I edited the file /etc/mail/spamassassin/local.cf > > whitelist_from [EMAIL PROTECTED] > > Where localhost.localdomain is your hostname.servername > > And it worked. > > However, I am concerned about spoofing. I would think th

Re: [CentOS] RE: Logwatch / spamassassin

2008-09-11 Thread Ned Slider
Bob Hoffman wrote: So.. To answer my own question... so I edited the file /etc/mail/spamassassin/local.cf whitelist_from [EMAIL PROTECTED] Where localhost.localdomain is your hostname.servername And it worked. Sorry, didn't see you'd answered your own question in my previous reply :) H