6 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Send autorespond to S...
FromSent OnAttachments
Alexandre AndradeApr 27, 2007 1:40 pm 
Sam VarshavchikApr 27, 2007 2:45 pm 
Tony EarnshawApr 27, 2007 7:32 pm 
moussApr 29, 2007 4:26 pm 
Alexandre AndradeApr 30, 2007 12:05 pm 
moussApr 30, 2007 1:09 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] Send autorespond to SENDERActions...
From:mouss (mlis@free.fr)
Date:Apr 29, 2007 4:26:52 pm
List:net.sourceforge.lists.courier-maildrop

Alexandre Andrade wrote:

Hello all,

I want to send an autorespond to SENDERS via maildroprc.

For example: If an external user sends an e-mail to my domain (internal users), I want to send an automatic autoresponse to SENDERS, but just to external domains.

Is it possible to do this via maildroprc ?

I really appreciate any help.

Best Regards,

implementing an autoresponder is not a trivial task. use the old bsd vacation program instead.

If you insist, here are few items you need to implement: - respond to the envelope sender, not to the From or Reply-To header. - do not respond to robots (mailing lists, newsletters, autoresponders, ...) - only respond if the recipient (or "mailbox owner") is in the To or CC header - do not respond to the same sender more than once a week (you get the idea) - do not respond to "Bulk" mail - ...

do you really want to do all this?