3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] How to create an ...
FromSent OnAttachments
Dinosoft ItaliaJun 22, 2004 8:15 am 
Misty Stanley-JonesJun 22, 2004 8:53 am 
gam...@unixpeople.comJun 22, 2004 8:56 am 
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: [courier-users] How to create an autoreply mailboxActions...
From:gam...@unixpeople.com (gam@unixpeople.com)
Date:Jun 22, 2004 8:56:39 am
List:net.sourceforge.lists.courier-users

Hi,

Dinosoft Italia wrote:

Anyone can help me ?

I have to create an autoreply mailbox in Courier. (if i send an email to this mailbox courier has to answer in authomatic a message )

I know this isn't really a *courier* solution to this problem, but I use procmail for this. I create a $HOME/.courier file that has "|/usr/bin/procmail" in it then have a .procmailrc that looks like this:

----- FILEDIR=$HOME/auto_responses

:0 * ^TO jobs-apply@collation.* *!^FROM_DAEMON *!^X-Loop: jobs@collation.com |(formail -r -A "Precedence: junk" \ -I"From: Auto-Reply <jobs@collation.com>" \ -I"Subject: Thank-you for your resume" \ -A "X-Loop: jobs@collation.com"; \ cat $FILEDIR/thank-you-for-your-resume.txt )|$SENDMAIL -t

How can I set authomatic CC and FORWARD for a mailbox in Courier ?

Thanks !