[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: add memory and spam question



ann kok <annkok2001@yahoo.com>:
> 
>  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



Reply to: