Profile

unixronin: Galen the technomage, from Babylon 5: Crusade (Default)
Unixronin

December 2012

S M T W T F S
      1
2345678
9101112131415
16171819202122
23242526272829
3031     

Most Popular Tags

Expand Cut Tags

No cut tags
Wednesday, June 16th, 2010 12:45 pm

This outfit and this domain are in cahoots, signing up PHP robots to mailing lists in order to archive those mailing lists, and publish the archives, without the knowledge or permission of the list members or maintainers.

Sure, there is no legal expectation of privacy in email.  But to publish an archive of someone else's mailing list without even telling them you're doing so, let alone asking permission, is damned rude at best.  One assumes the intended business model is to monetize other people's content via targeted advertising (and, some reports allege, by harvesting addresses off the lists for sale to spammers).

If you run a Mailman-based mailing list, and don't want Answerpot leeching your list, here's how you slam the door on their sockpuppets:  Simply go to each affected list's management page, go to the Privacy screen, and enter ^@zeusmail.org into the banned-addresses list.  This is a wildcard regular expression that will match any zeusmail.org address.  Then you'll probably want to go through and delete any zeusmail.org addresses.  The easy way to do that is from the command line:

# cd [Mailman list directory]
# for f in * ; do list_members $f | grep "zeusmail\.org$" | xargs remove_members -n $f ; done

(Note:  This example assumes that all Mailman tools are in your PATH.)

Tags:

Reply

This account has disabled anonymous posting.
(will be screened if not validated)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org