13 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] conditionally bouncin...
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:Re: [maildropl] conditionally bouncing a mailActions...
From:Payal Rathod (paya@scriptkitchen.com)
Date:Jul 1, 2005 6:03:50 am
List:net.sourceforge.lists.courier-maildrop

On Fri, Jul 01, 2005 at 08:10:09AM -0400, Sam Varshavchik wrote:

Well it is easier at LDA level, because I can put the config into .qmail file and use it for individual user. Checking size and domain for each user at SMTP level is more difficult.

Yes, but then you won't risk yourself getting blacklisted for generating backscatter to forged return addresses.

You are right. I don't believe in bouncing mails too. Don't worry I have typical djb software mentality :) I just want to know how it is done. Maybe I can do, if (/^From ...) { to $SENDER }

Also one more thing Sam, with if ( /^From: ...) it will search for ^From anywhere in message, how do I restrict maildrop to search only the headers?

With warm regards, -Payal