Rob van der Linde wrote:
I've noticed just today that PHP has not been sending any mail at all
anymore if spamassassin is enabled. (I'm running it on Ubuntu Hardy,
through citadel, but everything is working fine there). I had a look
at /var/log/mail.log and it appears to be blocking the emails, m
On Fri, June 13, 2008 12:00, Rob van der Linde wrote:
> I've noticed just today that PHP has not been sending any mail at all
> anymore if spamassassin is enabled. (I'm running it on Ubuntu Hardy,
> through citadel, but everything is working fine there). I had a look
> at /var/log/mail.log and it
On Friday 13 June 2008 12:39:39 you wrote:
> can't you tell spamassassin to only check incoming mails, not outgoing
> mails?
SA doesnt have "outgoing" and "incomming". thats your MTA.
Besides SA does already HAVE a rule for mails sent from yourself.
ALL_TRUSTED should trigger on those mails.
On Friday 13 June 2008 12:00:18 Rob van der Linde wrote:
> I know that mail sent from localhost is ok, because I created the PHP
> scripts myself.
Well... no. If SA says they're not ok, then they're not ok.
You can "fix" your MTA to not pass outgoing mails to SA,
but neither can you "fix" SA,
I've noticed just today that PHP has not been sending any mail at all
anymore if spamassassin is enabled. (I'm running it on Ubuntu Hardy,
through citadel, but everything is working fine there). I had a look
at /var/log/mail.log and it appears to be blocking the emails, marking
them as spam.
Is th