Jump To Content

Username:
Password:

Register
13d 13h 22m 13s left

Confessions of a troll

Posted by nuxi on 2008-Jan-30 at 03:24:04 in Computers (Login to reply)

Occasionally I'll see of a cry of "you're spamming my inbox" on a mailing list I'm on. This is usually after a heated argument on a topic that occured on a normally low traffic mailing list. Well I hate to say it but if that is true then you're doing it wrong!

(Note: I'm not picking on anyone. I've been tempted to do this for awhile and someone who knows the insane volume of my email asked me to explain how I do it)

I get about 100 legitimate emails per day in my personal mailbox and 100 more in my work email box. I don't keep records of how much spam I get but based on overall internet statistics it is probably 200-300 messages a day. Spamfiltering is really beyond the scope of this post but I use Bogofilter. Just so you get an idea of how much that is, I fill my MTU mail quota every 6 months. I don't delete anything either, I have one folder with 15,000 messages in it.

Sadly, I can't provide examples for mail clients I don't use so you'll have to make do with the suggestions and specific examples of mine and see if yours will do it too. You can post a reply asking in the hopes that someone else can help you, but I suggest you head to the appropriate forum for your mail client to ask.

1. Folders

If you let all the email go to your inbox, it will drive you crazy. Thats why someone invented mail filtering so that you could sort your email into different folders automatically. Personally I don't let my actual mail client do this because that means if I'm somewhere else and use a different mail client to access the email box my mail isn't sorted.

Instead I use a tool called Procmail. Procmail runs whenever you recieve email and filters it before your mail client gets to touch it. Procmail has a config file where you specify the conditions and then where to put the email. Here is the line of mine that filters the email from partners-l:

:0
* ^Sender: owner-partners-l@mtu\.edu
.partners/


Thats a very simple rule as far as procmail goes, so I'll explain it. First I have no idea what :0 means but it marks the start of a rule. The next line gives the condition it matches. The final line is the mailbox to save it to. Both the leading . and trailing / are part of the folder, they indiciate the format of the mailbox which is maildir for this example. Procmail can be much more complex, but this is a very basic use of it so it is rather simple.

One item of note here is that I am filtering on the Sender header instead of To or CC. This is because some messages were being sent to partners-l@mtu.edu and lug-l@mtu.edu. I'm on both lists and would recieve two copies of the email. If I filtered based on the To or CC lines then both copies would end up in the same mailbox. By filtering on a line that is set as it is handled by the mailing list software I can get one copy in each mailbox! Pretty cool huh?

Other common headers you can find are X-Loop, X-BeenThere, and MailingList. Exactly which one is used depends on the mailing list software involved.

Most mail clients support filtering, although some only support doing it on certain headers. At work I'm currently using Mail.app (OSX mail client) to perform the filtering and it is working out rather nicely.

2. Threading

This is one a lot of people aren't even aware of cause few mail clients support it and fewer enable it as a default. But nothing is better for a mailing list! What a threaded mail client does is organize email by topic. There are different ways to do this (none of which are perfect) but overall it handles it rather nicely. My spies tell me that Thunderbird and Mail.app also support this feature. Outlook of course is taking the short bus and barely supports RFC822. Personally I use this nice little application called Mutt because "All mail clients suck, this one just sucks less." as the author describes it.



Assuming you filtered your mail, that is probably how you saw all the email come through. Imagine if there was an important email hiding inbetween all that junk!



That is roughly how a threaded mail client would display today's fun. Notice how with threads a new topic or branch of a discussion is easily noticeable? When you're on lists that have a half dozen discussions going on at any given time this can be very useful.

3. Threading part II: Collapsing

The cool thing about threading is that since your mail client has already grouped a discussion, it can easily ignore the discussion too! Here is a picture of ust the main KVM argument collapsed:



See, now I won't see any new email to the thread cause it is hidden beneath the top post. Many threaded clients also support collapsing all threads:



4. Ignoring a thread

Just for a quick example, this is the folder I store all my LUG and 2600 email in. This folder contains 3 mailing lists.



Obviously I didn't read a lot of that (the 'O' means unread) but it is still easily manageable.

5. Do not feed the trolls!

I cannot stress this one enough. Some people have turned trolling into an art. My favorite troll ever was a message titled "Not to start a flamewar but reiser sucks ass" in a discussion about filesystems. I was actually laughing too hard to feed it, much to the disappointment of the author. Although if I remember right, he somehow succeeded anyway.

I didn't deliberately troll the list this time. All I did was tag the end of my message with the joke, "(plus why would you want to use windows?)". This was a silly observation I made to make the problem at hand irrelevant. Now lets make this very clear:

NEVER RESPOND TO A TROLL

If you feed a troll you have no one but yourself to blame for the result. Trolls, like creationists, are not bound by silly things like logic or facts. You are not likely to do anything but encourage them. Trolls are very good at what they do and they are usually in cahoots behind the scenes. Do not attempt to get the last word unless you are admitting defeat, a good troll won't let you have it. Remember, a troll is faking stupidity and as the saying goes:

"Never argue with an idiot, they drag you down to their level and then beat you with experience." -Anonymous



6. Don't complain about spam (if its trolling or a flamewar)!

Unless you are the list administrator there is nothing you can do and it really only tells them that they are succeeding. Usually it only heads to the topic of spam and those noisy vikings. Which is a topic full of it's own flamewars that you don't want to encourage.



I hope you can use these hints to better manage your email load. For a final note, here is a 200 message discussion on a mailing lists (hidden off screen is 100 more messages in a different thread). Now that is a mailing list :)