13 messages in net.sourceforge.lists.courier-maildrop[maildropl] conditionally bouncing a ...
FromSent OnAttachments
Payal RathodJul 1, 2005 2:12 am 
Tony EarnshawJul 1, 2005 3:58 am 
Payal RathodJul 1, 2005 4:41 am 
Payal RathodJul 1, 2005 5:07 am 
Tony EarnshawJul 1, 2005 5:12 am 
Sam VarshavchikJul 1, 2005 5:53 am 
Payal RathodJul 1, 2005 6:03 am 
Jasper SlitsJul 1, 2005 6:19 am 
Tony EarnshawJul 1, 2005 6:35 am 
Payal RathodJul 1, 2005 9:17 am 
moussJul 1, 2005 5:33 pm 
moussJul 1, 2005 5:33 pm 
moussJul 1, 2005 5:45 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] conditionally bouncing a mailActions...
From:Payal Rathod (paya@scriptkitchen.com)
Date:Jul 1, 2005 2:12:54 am
List:net.sourceforge.lists.courier-maildrop

Hi,

I want to bounce all mails from list of domains and which are over 10000 bytes. The best possible I came up was,

if ( $SIZE > 10000 && /^From:.*@example\.com/ ) to /dev/null

But there are missing things here like, - I have to write a condition for each domain. Can I take the list from a text file? - Instead of dumping the message this way can I bounce it back to sender?

Waiting eagerly for any answers on this. With warm regards, -Payal