mainSpamAssassin Milter Plugin - Support: sr #105951, How to pass throught...

 
 

sr #105951: How to pass throught spamass-milter only if mail < x bytes ?

Submitter:  None
Submitted:  Thu 26 Jul 2007 02:33:45 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  4 - Important Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 16 Jun 2008 11:31:04 AM UTC, comment #1: 

spamass-milter uses spamc to communicate with spamd. spamc has an option for exactly that: -s <max_message_size>

When you start spamass-milter, everything after "--" in the
parameters will be passed on to spamc, so you might use something
like

spamass-milter -P /var/run/milter/spamass-milter.pid -p inet:1053@0.0.0.0 -f -r 11 -m -i 127.0.0.0/8 -- -s 150000

This would make spamc skip (i.e., accept) all mails having a
size greater than 150.000 bytes.

Anonymous
Thu 26 Jul 2007 02:33:45 PM UTC, original submission:  

Hello,

Thanks for this programm it does its job, but i want only use Spamassassin on small mails ( < 126 KB) because i want to save process time.
How it is possible to do ?

Thanks a lot for your reply.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code