Hello, I've recently installed SpamAssassin with Exim 3, and I've noticed that I'm getting a lot of "Message is Frozen" error messages.
The reason is I get spam sent to my domain with an invalid local address and it goes through SpamAssassain first, but then it doesn't seem to check if the local address
is valid and tries to deliver it anyways.


Am I missing something in this config? I've included my transport and router rules for SpamAssassain below.
Please CC me for I am not subscribed.
Thanks.
-- James Lamanna


spamcheck:
 driver = pipe
 command = "/usr/sbin/exim -oMr spam-scanned -bS"
 transport_filter = /usr/bin/spamc
 bsmtp = all
 home_directory = "/tmp"
 current_directory = "/tmp"
 user = mail
 group = mail
 return_path_add = false
 log_output = true
 return_fail_output = true
 prefix =
 suffix =
end

# Spam Assassin
spamcheck_director:
driver = smartuser
#check_local_user
condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}} {!eq {$received_protocol}{local}} } {1}{0}}"
transport = spamcheck
no_verify


_________________________________________________________________
Check out the new MSN 9 Dial-up — fast & reliable Internet access with prime features! http://join.msn.com/?pgmarket=en-us&page=dialup/home&ST=1




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to