> 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]
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]
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
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
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]
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
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()) {
+
.
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]
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]