On 11/26/20 8:46 AM, Giovanni Bechis wrote:
both Mail::Headers and Mail::Field are still current, are you able to provide
a sample "./HEADERS" file ?
Just add this snippet after the open(2) call:
open(LOGH, '>', "/tmp/headers.log") or die $!;
print LOGH <HF>;
close LOGH;

Wouldn't this overwrite the same file again and again?
I'd need to let it run until that kind of mail arrives and not loose it at the next one.
Can't it be written to syslog in some way?

 bye
        av.
_______________________________________________
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

Reply via email to