procmail
[Top] [All Lists]

Re: How do you set "Return-Path:" with Procmail?

2002-04-30 23:13:35
Sean,

Thanks for jumping in on this issue, it is GREATLY appreciated!

Here is the fragment:
===========================================
:0
* ^TO_shannon(_at_)concordebuddy(_dot_)com
* !^FROM_DAEMON
* !^X-Loop: shannon(_at_)concordebuddy(_dot_)com
{
 :0 h c
 | (formail -t -r -A"X-Loop: shannon(_at_)concordebuddy(_dot_)com" \
 -I"From: shannon(_at_)concordebuddy(_dot_)com" \
 -I"Subject: RE: Your Request" ; \
 /bin/cat $MSGDIR/shannon ) | \
 /usr/sbin/sendmail -t
 :0
 !shannon(_at_)closethesale(_dot_)com
}
===========================================

I would like to have the "Return-Path:" set to 
shannon(_at_)closethesale(_dot_)com
for the above recipe. What needs to be entered in order for it
to do this? At present, it is automatically setting the Return-Path:
to shannon(_at_)www(_dot_)a-secure-site(_dot_)com

"a-secure-site.com" is the host name of the server for which 
"concordebuddy.com" resides




----- Original Message ----- 
From: Professional Software Engineering 
<PSE-L(_at_)mail(_dot_)professional(_dot_)org>
To: <procmail-users(_at_)procmail(_dot_)org>
Sent: Wednesday, May 01, 2002 1:00 AM
Subject: Re: How do you set "Return-Path:" with Procmail?


At 23:54 2002-04-30 -0400, Shannon D. Denniston did say:

Is it possible to specify the "Return-Path:" line that Procmail
uses? If so, how is this done? Is there something that I need
to insert into the recipe file?
[snippety-do-dah]

It'd be more useful if you provided the recipe fragment which does delivery.

Try:

| formail <whatever you're already doing> | $SENDMAIL <other flags> -f 
shannon(_at_)dennistoninc(_dot_)com

---
  Sean B. Straw / Professional Software Engineering

  Procmail disclaimer: <http://www.professional.org/procmail/disclaimer.html>
  Please DO NOT carbon me on list replies.  I'll get my copy from the list.

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>