MrCBofBCinTX
Technical User
I have a forum section that displays emails from a mailing list.
The script fails to properly work with an emailer that uses PGP signature.asc.
I suspected that that was the problem and I requested an email from someone else who uses PGP too. That email ran just fine.
That email was application/pgp
The problem email has another set of boundaries inside of a multipart/mixed section.
The email gets stripped of all content except last section that mailing list software adds on.
I get nothing section, then
--------------------------
blah blah mailing list
yakety-yak.html
The script uses MIME:
arser
I got a copy of demime, get same result
Will post copy of not working and working email sources shortly
The script fails to properly work with an emailer that uses PGP signature.asc.
I suspected that that was the problem and I requested an email from someone else who uses PGP too. That email ran just fine.
That email was application/pgp
The problem email has another set of boundaries inside of a multipart/mixed section.
The email gets stripped of all content except last section that mailing list software adds on.
I get nothing section, then
--------------------------
blah blah mailing list
yakety-yak.html
The script uses MIME:
I got a copy of demime, get same result
Will post copy of not working and working email sources shortly