> It's been brought to my attention that on some of my mails a bunch of > junk appears after my sig. > > My apologies if it's caused anyone issues. > > Where that's comming from is still unknown. My sig is just a simple > one liner with my name and I use my gmail account for several other > lists with no apparent problems.
sourceforge is broken. your mail is sent as: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline which says that the body of the text is base-64 encoded. why it is you're sending this way is beyond me. however, sourceforge then adds its own plaintext sig after your encoded body. the net result in the raw message looks like this, indented by two spaces for clarity. the block of gobbledygook is your text, the rest is sourceforge's sig. to do this correctly, their addition should be a separate mime part, or they should decode your text before adding to it. --begin quote-- SXQncyBiZWVuIGJyb3VnaHQgdG8gbXkgYXR0ZW50aW9uIHRoYXQgb24gc29tZSBvZiBteSBtYWls cyBhIGJ1bmNoIG9mCmp1bmsgYXBwZWFycyBhZnRlciBteSBzaWcuCgpNeSBhcG9sb2dpZXMgaWYg aXQncyBjYXVzZWQgYW55b25lIGlzc3Vlcy4KCldoZXJlIHRoYXQncyBjb21taW5nIGZyb20gaXMg c3RpbGwgdW5rbm93bi4gIE15IHNpZyBpcyBqdXN0IGEgc2ltcGxlCm9uZSBsaW5lciB3aXRoIG15 IG5hbWUgYW5kIEkgdXNlIG15IGdtYWlsIGFjY291bnQgZm9yIHNldmVyYWwgb3RoZXIKbGlzdHMg d2l0aCBubyBhcHBhcmVudCBwcm9ibGVtcy4KCi0tClJpY2hhcmQgQS4gU21pdGgK ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/ --end quote-- in my case, my mailer (nmh) barfs on trying to do a base64 decode on the SF signature, and doesn't show me your text at all. summary: sourceforge has a problem, but if you can figure out how to prevent your mail from being base64 encoded in the first place, it would avoid the issue. paul =--------------------- paul fox, [EMAIL PROTECTED] (arlington, ma, where it's 35.6 degrees) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
