On Wed, Aug 12, 2015 at 12:40:29AM +0200, Chris Knipe wrote:
> On Wed, Aug 12, 2015 at 12:16 AM, Chris Knipe <sav...@savage.za.org> wrote:
> Looking at Data::Dumper - it actually looks like latin1 to me *seriously
> confused*
> 
> $VAR1 =
> "L\\xAF\\xF3\\xDDWJL\\x94\\xEB\\xB2\\xF8\\xE1\\xACZ\\x89Ul;\\xB7\\xDE}1
> '\\xCA\\xC2\\xE3uZ\\xFF7\\xD2=}\\xA8q:;\@,%:_\x{286}-\\xD8\\xF8\\xF9E\x{2c1}5\\xD6j+Z?\\xA6\\x9F\\xEC7\\xEC\\xBB4'CNld\\xBE\\xE6=J\\xFDL\x{7d4}\\xF9nOz(w\\x83\\xEA\\xD6UHi\\xD5p+\\xBFa\\xADvG\\xD4*a\\xEA\\xBBC\\xD0\x{9631}=J\\x96
> \\xFD&\\xF9M\\\\xD\\x89g\\x9EA\\xBD5\\xB4R\\xA0\\xE5sp\\xF3\\xD2x\\x84\xEC\\x92y\\x91\\\x{7c1}\\xB1\\xA1\\x9C\\xB73BE\\xA9)\\xCAf\\xC8\\xEE+\\xA1b\\x8E\\xFCM!\@\\xBE^\\xB5d";

This snippet of data looks like what I perceive the yEncoding to
be. If this is the beginning of the message then perhaps the
entire stream *is* yEncoded? In that case, decoding the yEnc
before processing may be helpful. I don't know what protocol this
is...

I don't see anything in there that could be mistaken for \r or
\n, though I'm not sure how yEnc works. How did you modify the
loop to log this? Can you show us the updated program?

> And yes - there's numerous characters in the the above that actually didn't
> even make it to the email...
> http://www.savage.za.org/webpics/perl-encode.png

I don't remember mention of an E-mail before. What relationship
does that E-mail message have to this program?

Note also that you appear to be sending HTML E-mails (see the
Internet for why that's evil), which could also potentially mean
that what I'm reading in plain text isn't exactly what you
intended to send... It all depends on your MUA. You may gain some
comfort knowing what you send is what you want to send by
switching to plain-text E-mails.

Regards,


-- 
Brandon McCaig <bamcc...@gmail.com> <bamcc...@castopulence.org>
Castopulence Software <https://www.castopulence.org/>
Blog <http://www.bambams.ca/>
perl -E '$_=q{V zrna gur orfg jvgu jung V fnl. }.
q{Vg qbrfa'\''g nyjnlf fbhaq gung jnl.};
tr/A-Ma-mN-Zn-z/N-Zn-zA-Ma-m/;say'

Attachment: signature.asc
Description: Digital signature

Reply via email to