Re: [SAtalk] e.g. whitelisting

2004-01-30 Thread Tim Litwiller
Spyros Tsiolis wrote: For example whitelisting. Any examples on whitelisting messages that are marked as spam when they are not ? From what I understand from http://au.spamassassin.org/doc/Mail_SpamAssassin_Conf.html if you get legit messages as spam, you can configure in /etc/mail/spamassas

Re: [SAtalk] RulesDuJour; minor change

2004-01-21 Thread Tim Litwiller
Chris Thielen wrote: On Wed, 2004-01-21 at 18:23, Erik Slooff wrote: Hi Chris, Small change for RulesDuJour: when sa is not in path lint will not succeed (line 313). Maybe you could add a variable that contains the path to sa in the settings? Erik Will do. Should have it up tomorrow, al

Re: [SAtalk] New Ruleset: EvilNumbers

2004-01-19 Thread Tim Litwiller
and you can add these to your rules_du_jour by adding this Here are settings for evilnumber EVILNUMBERS=7; # Index of evilnumbers data into the arrays is 7 CF_URLS[7]="http://www.merchantsoverseas.com/wwwroot/gorilla/evilnumbers.cf";; CF_FILES[7]="evilnumbers.c

Re: [SAtalk] UPDATES Tripwire 1.16 and Bigevil 2.06k

2004-01-17 Thread Tim Litwiller
If you change the version number lines to all be the same number of digits, the script given earlier today will report the update correctly for example # Version 1.00 Initial release # Version 1.01 Avoid FPs with Forwards, Embedded images and PGP. # Version 1.02 Avoid FPs with Yahoo Groups #

Re: [SAtalk] daily / weekly reports

2003-12-16 Thread Tim Litwiller
Jens, Thanks for this handy piece of code. Jens Madsen wrote: Hack away, -- cat Report_spam.pl #!/usr/bin/perl -w #-***

Re: [SAtalk] If you use DCC w/SA please read

2003-10-06 Thread Tim Litwiller
So since I really don't know anything about the iptables firewall on my mail server do you more details so I can check to make sure that this is set correctly? Dave Lugo wrote: Howdy all, It's been noticed that more mid-sized sites are using the DCC with SA. This is potentially very cool, a

Re: [SAtalk] SA Score in Subject Line???

2003-08-27 Thread Tim Litwiller
Here is how I do it - these lines are in /etc/mail/spamassassin/local.cf on my system # Whether to change the subject of suspected spam rewrite_subject 1 # Text to prepend to subject if rewrite_subject is used subject_tag [SPAM-Score-_HITS_] jpf wrote: Is there someway tha

Re: [SAtalk] OT - Spamstats problem.

2003-07-18 Thread Tim Litwiller
here is a version that only needs the spamd logs http://mailhost.bccwebhosting.com/mrtg/sstats.tar.gz it creates part of the stats on this page http://mailhost.bccwebhosting.com/mrtg/ Jim Ford wrote: Hi, I'm trying spamstats, but there seems to be insufficient logging for it to return meaningfu

Re: [SAtalk] OT - spamassassin - mailserver recommendations - passthruto exchange after scan

2003-07-17 Thread Tim Litwiller
this sounds exactly like what I need - what version of linux are you running it on? can you give me more details on the setup and configuration Thanks! alan premselaar wrote: >On 7/17/03 10:46 PM, "Tim Litwiller" <[EMAIL PROTECTED]> wrote: > > > >>I h

[SAtalk] OT - spamassassin - mailserver recommendations - passthru to exchangeafter scan

2003-07-17 Thread Tim Litwiller
I have been running mail servers for several of our clients with spamassassin for several months. Now a client that has an exchange server want to clean up thier email but pass the mail thru to the exchange server. I have seen several discussions the lead me to believe that this is not an un

Re: [SAtalk] mrtg

2003-06-30 Thread Tim Litwiller
http://mailhost.bccwebhosting.com/mrtg/ the mrtg part is some perl scripts parsing the spamassassin and amavis logs then since I was pasring thru those files anyways I decided to grab the users names and make make some more interesting items for the page. I'm still adjusting the scripts etc. i

Re: going OT: --- Re: [SAtalk] Spammers sneaking lower Bayes scores

2003-06-26 Thread Tim Litwiller
:) Tony Earnshaw wrote: Tim Litwiller wrote: --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commis

going OT: --- Re: [SAtalk] Spammers sneaking lower Bayes scores

2003-06-26 Thread Tim Litwiller
It is best to be politically correct nowadays. this attitude is a big part of what is wrong with the world these days! It is infinately better to say it how it is or how you see it than to attempt to be politically correct. That doesn't mean you can't be nice when you say what you really thi

Re: [SAtalk] Cool regexp GUI

2003-06-09 Thread Tim Litwiller
Thanks, I've been looking for something like that on and off for a long time. Justin Mason wrote: for UNIX and windows. very cool: http://weitz.de/regex-coach/ --- This SF.net email is sponsored by: Etnus, makers of TotalView, The be

Re: [SAtalk] SAproxy

2003-06-06 Thread Tim Litwiller
I am looking at the saproxy I donwloaded from the bloomba site. Open the configuration , click on host mape look / read thru the information that is there, then make a new line at the bottom 818 = mail.myisp.com:110 where mail.myisp.com is the mail server you are trying to connect to then in y

Re: [SAtalk] Maybe Spam?

2003-06-04 Thread Tim Litwiller
Yes, this would be a major pain on a large rollout. Tyler Hardison wrote: -Original Message- From: Tim Litwiller [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 10:41 AM Cc: [EMAIL PROTECTED] Subject: Re: [SAtalk] Maybe Spam? If you are using outlook as your mail client you might

Re: [SAtalk] Maybe Spam?

2003-06-04 Thread Tim Litwiller
If you are using outlook as your mail client you might want to look at spambayes http://starship.python.net/crew/mhammond/spambayes I have been using it along with SA for several weeks and am very happy with it. Tyler Hardison wrote: I just wanted to throw an idea out there in case there might

Re: [SAtalk] whitelist

2003-05-29 Thread Tim Litwiller
Jack Gostl wrote: On Wed, 28 May 2003, Jack Gostl wrote: On Wed, 28 May 2003, Matt Kettler wrote: The whitelists within spamassassin are rules and as such it simply adds -100 to the message score. The way to get an absolute whitelist that aborts processing is the configure procmail, o

Re: [SAtalk] Best way to process the log?

2003-05-29 Thread Tim Litwiller
Alex, your script currently doesn't do qmail so I modified it to just parsing the spamd logs and redid the part that gets the number of clean and spam messages - that together with mrtg and a few other perl and sh bit an pieces that run in cron is what i use to create this report page. I am