Greetings to all,
I'm trying to play with CC headers in mimedefang-filter, but message is
not altered at all, what I do is in filter_end():
my $head = $entity->head;
@CCin = $head->get('Cc');
..play_with_CCin, push it into CCout, then if it's modified..:
$head->replace('Cc',@CCout);
$entity->head($head);
$retcode = replace_entire_message($entity);
the $retcode shows 1, meaning ok, and I log the contents of CCout - all
looks good, but the final message is still unmodified, am I using wrong
approach?
Thanks.
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang