Thomas,
> Is it possible to add a custom header that's unique per-recipient?
Yes, you need to call:
$hdr_edits->add_header('X-YourHeaderField', 'value');
within sub add_forwarding_header_edits_per_recip().
You should also add a value of the each by-recipient inserted
header filed to a cluster-gathering key in that subroutine:
my($key) = join("\000", ...
so that clustering algorithm will know when to split delivery
for multiple recipients.
Mark
-------------------------------------------------------------------------
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=/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/