procmail
[Top] [All Lists]

Re: bouncing to a bunch of people . . .

2003-03-15 13:35:25
Louis LeBlanc asked,

| The question is what will procmail do if I try to define these
| addresses in a basic 'Nickname1 <address1(_at_)hotmail(_dot_)com>' format?
| And can I simply put all these addresses on the same bounce line as
| follows?
| "Nickname1 <address1(_at_)hotmail(_dot_)com>, Nickname2 
<address2(_at_)hotmail(_dot_)com>,
|   Nickname3 <address3(_at_)hotmail(_dot_)com>, Nickname4 
<address4(_at_)earthlink(_dot_)net>,
|   Nickname5 <address5(_at_)yahoo(_dot_)co(_dot_)uk>, MyMailbox 
<myaddress(_at_)mydomain(_dot_)org>"

You can probably put them on one line separately quoted, like this:

:0c
* conditions if any
! "Nickname1 <address1(_at_)hotmail(_dot_)com>" "Nickname2 
<address2(_at_)hotmail(_dot_)com>" \
  "Nickname3 <address3(_at_)hotmail(_dot_)com>" "Nickname4 
<address4(_at_)earthlink(_dot_)net>" \
  "Nickname5 <address5(_at_)yahoo(_dot_)co(_dot_)uk>" "MyMailbox 
<myaddress(_at_)mydomain(_dot_)org>"

but I'd advise against using commas between them for the reasons Sean brought
out: they'll end up passed as arguments to whatever your $SENDMAIL is.


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