Slashdot Mirror


Australian Spam Bill Not So Good After All?

crazney writes "Electronic Frontiers Australia has criticized the anti-spam bill proposed by the Australian government. You can read their full analysis here"

3 of 131 comments (clear)

  1. To Luddite or to not Luddite by lks_aus · · Score: 2, Informative

    So Alston is still the worlds biggest luddite even though he's gone... can we see the new minister change this bill for good or will he usurp Alston's title?

    --
    Warning: Excessive usage of stupidity may be harmful to your health
  2. Re:Apologies, but... by black+mariah · · Score: 1, Informative

    Funny thing is, most American spellings are the older ones. There was a discussion about that not too long ago.

    --
    'Standards' in computing only impress those who are impressed by things like 'standards'.
  3. Re:Austrailian spam? Naw! by Albanach · · Score: 5, Informative
    Use spamassassin. You can either catch them with some bayes training, or even easier, set:

    score MICROSOFT_EXECUTABLE 5

    in /etc/mail/spamassassin/local.cf

    That way everything with an executable will be set as spam. You can then use sieve or other mail scripting language to filter / discard the messages as apropriate.