Off Topic, But List Related -- Tired of Getting Spammed Via The Python List?

Gerhard Häring gerhard at bigfoot.de
Sat May 25 15:20:15 EDT 2002


Richard Biffl wrote in comp.lang.python:
> Good idea using different addresses so you can trace your spam (I do the
> same thing; it's a good use of a domain name). To avoid the spam in the
> first place, you may want to change the address to something like
> python at DONTSPAMgbronline.com. Humans will be able to see the correct
> address, and the address-harvesting bots, at least the dumb ones, will be
> thwarted.

If you don't want to receive any email replies from your email
messages, it's a much better idea to use an invalid address
explicitely marked as such (the 'invalid' TLD has been reserved for
this purpose):

    richard.biffl at no.email.replies.invalid
                                   ^^^^^^^

If you want to avoid spam and you have the necessary control over your
email setup, it's a good idea to use TMDA or expire your email
addresses very quickly. I've seen email addresses of this form:

    gerhard.haering-dated-2002-05-25 at mydomain.com
                    ^^^^^^^^^^^^^^^^

I'm not sure what software is used to create and expire these email
adresses, but it looks neat to me, while also not confusing either
users or MTAs.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



More information about the Python-list mailing list