bug-mailfromd
[Bug-mailfromd] current_message() returning less than all of the message
Hello Sergey,
When using the below code in eom block, under certain conditions, the data written to the file is less than the whole mail.
set fdmsg open(">/tmp/tempfile")
message_to_stream(fdmsg, current_message(), "CRLF")
close(fdmsg)
I have not been able to distinguish a reason between a successful one and one that is missing few lines at the end. The size of the mail does not seem to be a factor. This is with mailfromd 8.7.
Any ideas where I might look at?
Thank you
--
Mehmet Avcioglu
mehmet@xxxxxxxxxxxxx