My first reaction is that server2 could be set up to accept incoming mail only from server1 (one way is access.db), and you could avoid the double-filtering and get more out of the hardware. Can you pitch this to someone who cares about the budget :-)
Politics and not a small amount of ego (not mine) prevent me from doing this any other way, unfortunately... ;)
But anyway... whether Mimedefang writes over X-Spam-Score is totally under your control in filter. There must be something like this...
else { # Delete any existing X-Spam-Score header? action_delete_header("X-Spam-Score");
...so comment it out. But you might want to keep it with a condition on it, like if $RelayAddr is not server1 then action_delete_header.
I'll dig into it... Thanks!
-Conrad _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

