Re: Spam coming thru w/high score & different SA version

2006-04-26 Thread Dale Morin
> HTML_80_90,HTML_MESSAGE,USER_IN_WHITELIST autolearn=no version=3.0.2 Sorry, Tracey, the score is a MINUS 101.6. The USER_IN_WHITELIST probably subtracted 100 from the score. -- Dale Morin, Mustang Internet Services, Inc. "Support Without Compromise" email: [EMAIL PROTECTED]

RE: Enabling per user rules in SQL db

2006-02-12 Thread Dale Morin
th->fetchrow_array()) { + dbg("config: Conf::SQL: fetched row: $row[0] $row[1]"); $text .= (defined($row[0]) ? $row[0] : '') . "\t" . (defined($row[1]) ? $row[1] : '') . "\n"; } -- Dale Morin, Mustang Internet Services, Inc. "Support Without Compromise" main office: 847.541.2811 direct line: 815.496.9853 email: [EMAIL PROTECTED]

Re: Notification when user sends email

2006-01-25 Thread Dale Morin
Hello, > It looks like the server that is hosting our email doesn't have procmail > configured with qmail. Further the provider won't support it Procmail is > installed, but this seems a lot less intuitive than I thought at first. > Would there be a less intruisive way to do this? All I really

Re: Notification when user sends email

2006-01-25 Thread Dale Morin
Hello, You will need to modify it where I am extracting the username part of the email address from the To: address. That is where you will want to examine the From: address instead. Note that I am altering the subject to insert the original username in front of the subject so that messages in

Re: Notification when user sends email

2006-01-25 Thread Dale Morin
Hello, Yes, it can be done fairly easily using procmail. We have a client that has a copy of every incoming email forwarded to another account. My personal objections to Big Brother aside, it works nicely. Modifying that recipe so that it fires only when the From: address is [EMAIL PROTECTED]

Re: Checking outgoing email?

2005-11-22 Thread Dale Morin
a milter like spamass-milter. It works fine but as you say checks outgoing and incoming because sendmail calls the milter for ALL messages. it's up to the milter to figure out incoming vs outgoing. If you're using spamass-milter I have a patch that will prevent SA calls on outgoing

sql prefs - results and debugging patch for SQL.pm included - suggestions please

2005-11-20 Thread Dale Morin
f::SQL: retrieving prefs for $username from SQL server"); + my $numrows = $sth->rows; +dbg("config: Conf::SQL: retrieved $numrows rows from SQL server"); my @row; my $text = ''; while (@row = $sth->fetchrow_array()) { +

test for sql user prefs fails - debug not helpful - followup

2005-11-19 Thread Dale Morin
. Running "spamassassin --lint --debug --nocreate-prefs" is clean with no errors or warnings. Any suggestions? -- Dale Morin, Mustang Internet Services, Inc. "Support Without Compromise" main office: 847.541.2811 direct line: 815.496.9853 email: [EMAIL PROTECTED]

test for sql user prefs fails - debug not helpful

2005-11-18 Thread Dale Morin
has select privileges (actually has select, delete, insert, update). I have installed the squirrelmail plugin for users to manage their whitelists/blacklists. Any suggestions? -- Dale Morin, Mustang Internet Services, Inc. "Support Without Compromise" main office: 847.541.2811 direct line: 815.496.9853 email: [EMAIL PROTECTED]