ulver wrote: > the vars and the replacent was succesfull, but in the ./HEADERS file > it remains the complete received headers (configuring mimedefang to don't > delete the workfiles) > and looking it afterwards
Well, the code you've posted doesn't really do anything to any headers. All it does is populate the @Received array and the %Header hash, which on its own has no effect on the message's headers. You'd have to call a function such as action_change_header() or the like to actually change anything. man mimedefang-filter _______________________________________________ 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

