Diego A. Puertas F. <[EMAIL PROTECTED]> wrote:
> One way to control SPAM is checking the header size, some of my users are 
> sending mail to all my users (2000) and this would be a way to exclude
> that kind of mail, so:
> 
> - How can I check mail header size, or

djb's 822header can be used to do the trick.  If you pipe the message to
822header, it spits out the headeri alone -- just count the bytes it outputs and
set a threshold value of some sort.

Charles
-- 
----------------------------------------------------
Charles Cazabon           <[EMAIL PROTECTED]>
Any opinions expressed are just that -- my opinions.
----------------------------------------------------

Reply via email to