bug-mailfromd
Re: [Bug-mailfromd] current_message() returning less than all of the message
Hi Mehmet,
> 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?
Serveral points:
1. Can you describe in more detail what "less than the whole mail" means?
What is missing (end of message, entire body, headers)? Can you estimate
the amount (absolute or relative) of data missing? Perhaps you can
supply a sample of such truncated message (in private channel, of course)?
2. Is the behavior reproducible? That is, given the same input message
will it be truncated each time you try to pass it through your MTA? Will
it be truncated exactly the same way?
2. Try to save message without filters:
message_to_stream(fdmsg, current_message())
Will it exhibit the same behavior?
Regards,
Sergey