Spam in subject lines (Re: 70% [* SPAM *] Re: multiprocessing.Queue blocks when sending large object)
Chris Angelico
rosuav at gmail.com
Mon Dec 5 04:11:28 EST 2011
More information about the Python-list mailing list
Mon Dec 5 04:11:28 EST 2011
- Previous message (by thread): Can't install pycrypto
- Next message (by thread): Spam in subject lines (Re: multiprocessing.Queue blocks when sending large object)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Dec 5, 2011 at 7:57 PM, <boB at mail.python.org> wrote: > Why do people add character like [* SPAM *] to their subject > lines ?? Is it supposed to do something ?? I figured since > programmers hang out here, maybe one of you know this. People don't. It's something added by a spam filter that thought that the email was likely to be junk (in this case, a 70% probability thereof). If you're curious as to exactly _why_ the filter thought that, check the email headers - it's all there, in exhaustive detail. The purpose of the tag is to let recipients make some simple filter rules (eg "if it has SPAM in the subject, put it in a separate folder") and/or to be able to eyeball spam easily. Chris Angelico
- Previous message (by thread): Can't install pycrypto
- Next message (by thread): Spam in subject lines (Re: multiprocessing.Queue blocks when sending large object)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list