Michelle Konzack wrote: > > Can a pythonfilter be writen to add a X-Header > to the message with the original Recipient?
It can, but you'd have to do something like this: * Identify the alias used * Create a new copy of the message * Add the header * Inject the new message into the queue * Mark the recipient complete If you did that in a loop to identify all of the recipients, you might end up with a new message in the queue for all of a message's recipients. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
