--
Well, after tinkering with the spamcheck script, I was able to get the
/etc/spamassassin.prefs file to get parsed. I have one more problem. I'd
like to _not_ spamcheck my outgoing mail. I have the following in my
runtime config:
##### At the end of transports
spamcheck:
driver = pipe
command = "/usr/bin/spamcheck2.pl ${sender_address} ${pipe_addresses}"
# command = "/usr/bin/spamcheck.pl < ${pipe_addresses}"
prefix =
suffix =
check_string =
escape_string =
user = daemon
group = daemon
#for debugging change return_output to true
return_output = false
return_path_add = false
path = "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin"
current_directory = "/tmp"
### At the beginning of directors
spamcheck_director:
condition = "${if eq {$received_protocol}{spam-scanned} {0}{1}}"
driver = smartuser
transport = spamcheck
Is there a way to get my outgoing mails to SKIP these?
--
Ben Lutgens http://people.sistina.com/~blutgens/
System Administrator Sistina Software Inc.
"If you love someone, set them free. If they come home, set them on
fire."
- George Carlin
orge Carlin
--
[ Content of type application/pgp-signature deleted ]
--