This is a discussion on Re: [courier-users] Filtering messages within the Courier-Imap forums, part of the Mail Servers and Related category; Julian Mehnle wrote: > > It should be possible to add the copy address to the list of envelope > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Julian Mehnle wrote:
> > It should be possible to add the copy address to the list of envelope > recipients from within a courierfilter. This can be achieved by opening > the control file in append mode and appending an additional "r" control > record[4] with the copy address. However, I'm not entirely sure this > would actually cause Courier to deliver the message to the added copy > address. (Perhaps someone on this mailing list knows better than I do?) It's possible, and the latest release of courier-pythonfilter has explicit support for doing that, in the "control" module (addRecipient function): http://phantom.dragonsdawn.net/~gord...ier/control.py There's an example of its use in the "nosuccessdsn" module. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |