Hello there developer/admin group. I have a question for you.
Currently right now I have spamassassin running the spammassassin binary from a script that postfix runs for me I named my script postfixfilter. this is what is in the script #!/bin/sh #postfixfilter /usr/bin/spamassassin -P | /usr/sbin/sendmail -i "$@" exit $? This is a script that I found on the net it works great but 1 problem. When there is a message that is tagged as spam my users see it in theri mail box. is there a way for me to configure this script to not send the Spam message? I have tried this script noted below but it passes out all messages and does not check for Spam...... #!/bin/sh #postfixfilter.sh /usr/bin/spamassassin -w -l /var/newspam/newspam -d -P | /usr/sbin/sendmail -i "$@" exit $? I am sure that there is a way to suppress all Spam messages what I was trying to do in this script also was to log all messages tagged as Spam if someone knows on how to do this I would greatly appreciate it. I have tried to go to the spamassassin website but for some reason you cannot read the HTML pages for the Spamassassin module. THANKS TRON PRYOR <<...OLE_Obj...>> "Every animal leaves traces behind after they die. Man leaves what he has created." -Author Unknown ------------------------------------------------------- This sf.net email is sponsored by: DEDICATED SERVERS only $89! Linux or FreeBSD, FREE setup, FAST network. Get your own server today at http://www.ServePath.com/indexfm.htm _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk