On Tue, 23 Sep 2003, Daniel Kaliel wrote:

> 1) How do you configure spamassassin working with postfix to limit to size
> of the emails that spamassassin attempts to process?

I use postfix, and procmail as the delivery agent.  I have a system-wide
recipe file for procmail, /etc/procmailrc, that filters the mail through
spamassassin if it's greater than 256000.  All of this is in the README
and documentation files.

# /etc/procmailrc:

:0fw
* < 256000
| /usr/bin/spamc


> 2) The partners in my firm have decided they want all Spam deleted not the
> subject renamed.  How is this done?  I can not find the appropriate variable
> to set in the documentation.

Have procmail discard the spam by delivering it to /dev/null:

:0
* ^X-Spam-Status: Yes
/dev/null

Mojo
-- 
Morris Jones         <*>
San Rafael, CA
[EMAIL PROTECTED]
http://www.whiteoaks.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to