Closed greg-minshall closed 3 years ago
Hi,
I just tested by serving your file weird-minshall_hv.txt via mpopd to mpop.
When used with delivery maildir
, mpop delivers the message exactly as it is (plus the Received: header).
I also checked with procmail and the bits of configuration that you posted, and on my system the resulting nospam.mbox file is again exactly the same as the input plus the Received header.
I cannot exactly reproduce the problem, but it seems unlikely that the splitting of one input mail into two mails is done by mpop; is there maybe some procmail rule that could cause this?
hi, Martin, thanks for taking a look. i'm sorry, but not immensely surprised, the problem didn't repeat.
is there maybe some procmail rule that could cause this?
i suspect that "friends don't let friends read their .procmailrc files" :). but, here it is, in case anything jumps out at you.
otherwise, i guess i'll try to keep my eyes open. possibly i've had this happen before, but not noticed what was happening. cheers.
I'm sorry, but it's been years since I meddled with procmail rules; I can't help with that. I'm closing this issue now since it does not seem to be related to mpop.
greetings. i received an odd message today, with very few
Received-By
lines, etc. here it is as it appears in my inbox:small-minshall_hv.txt
it appears it should have been part of a larger message (from my nospam.mbox -- see below):
weird-minshall_hv.txt
(in my inbox, the latter message was truncated, i.e., did not included the embedded message.)
i run procmail. i have a line at the beginning of my procmail rc file
which contained the above "weird" text.
also in my procmail rc file, i do
and, for what seems the right point in
procmail-log.txt
, i see:which i take to mean procmail was invoked twice, once for the "envelope", once for the embedded message.
my
.mpoprc
is pretty generic. it includesi'm running
i'll upgrade to 1.4.15, but i don't see anything in the git log that looks like a candidate.
i notice that the above inclusion was embedded with
>From
(rather than> From
with a space), but i notice several other messages in nospam.mbox that lack the space, and appear to have been received correctly.