fliptop Posted March 4, 2020 Share Posted March 4, 2020 Lately I've been getting spam where the last line of the header reads: Message-ID: $null when reporting this using the web form it causes the parser to somehow misinterpret the end of the headers and beginning of the body text. As a workaround I just remove the $null portion and post the report. I've kept an example that fails, so if need be I can post the headers for inspection. Thanks, Paul Quote Link to comment Share on other sites More sharing options...
Lking Posted March 4, 2020 Share Posted March 4, 2020 A tracking URL is always helpful to see what the parser is doing Quote Link to comment Share on other sites More sharing options...
fliptop Posted March 5, 2020 Author Share Posted March 5, 2020 here ya go https://www.spamcop.net/sc?id=z6620853362z4a1334258458d03c2ed000ed00bb6c9ez Quote Link to comment Share on other sites More sharing options...
fliptop Posted March 5, 2020 Author Share Posted March 5, 2020 the last header is as mentioned, then there's a blank line, and the first line of text from the message reads: Do you need an Investor? Quote Link to comment Share on other sites More sharing options...
gnarlymarley Posted March 5, 2020 Share Posted March 5, 2020 13 hours ago, fliptop said: the last header is as mentioned, then there's a blank line, and the first line of text from the message reads: The body of yours seems missing, so I resubmitted with a new body and I get the same thing. There seems to be a problem somewhere else in the headers that is confusing. If you look at my completely changed message ID line as below, then you can see that the message body (from the View entire message link) seems to be put onto the end of the messageID line (from the tracking URL). There seems to be something else than just the $nul that is going on here. with $nul: https://www.spamcop.net/sc?id=z6620984216z1309884122860acc9adaeae9dbe67578z without $nul: https://www.spamcop.net/sc?id=z6620984773z5d37101fab5fd6f6b535b8b6f8eca868z Completely changed message line: https://www.spamcop.net/sc?id=z6620985295z6cd84be9d2a4f3f7ab69843964529431z Quote Link to comment Share on other sites More sharing options...
fliptop Posted March 5, 2020 Author Share Posted March 5, 2020 I included the 1st line of the body in the original submission. The $null causes the parser to gobble up the blank line separating the headers from the body and incorporate part of the body into the Message-ID: value. If you remove just the $null from the aforementioned header and resubmit it gets parsed correctly. This is the reason I offered to post the original message instead of the tracking URL. If doing that will be helpful, let me know. Thanks, Paul Quote Link to comment Share on other sites More sharing options...
gnarlymarley Posted March 5, 2020 Share Posted March 5, 2020 3 hours ago, fliptop said: The $null causes the parser to gobble up the blank line separating the headers from the body and incorporate part of the body into the Message-ID: value. Yep. It does. Quote Link to comment Share on other sites More sharing options...
Richard W Posted March 20, 2020 Share Posted March 20, 2020 Thanks. I've added this to another ticket that is similar. It is on the list for the next patch rollout. RicharD Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.