ann kok <[EMAIL PROTECTED]>:
> 
>  for the spam to inside, what is the command to easy to
>  identify the huge mail to send to the server

Just as an example, procmail:

   :0 B
   * >102400
   {
    LOG="Too big --- "
    :0:
    /dev/null
   }

Which says, "if the body of the message is greater than 102400 bytes,
write an entry in procmail's log mentioning it was too big, and
deliver it to the bit bucket."


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)    http://www.spots.ab.ca/~keeling          Linux Counter #80292
- -    http://www.faqs.org/rfcs/rfc1855.html    Please, don't Cc: me.
       Spammers! http://www.spots.ab.ca/~keeling/emails.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to