Raymond Wood:
> Someone else mentioned that one should also remove the Debian
> 'unsubscribe' line at the end of the offending email.  Since
> this is more work than simply forwarding the email unchanged to
> Razor, can you or someone else confirm whether this additional
> step is really necessary?

A munged message would "contaminate" razor database with extra things
which do not really belong to the original spam message. I don't think
this is good. Many more people will benefit if nobody submit munged messages.

If you want a quick method to remove the footer, this is what I use:

#!/bin/sed -f
: mas
$!N
s/\n/&/2;
t vale
$!b mas
: vale
/^-- \nTo UNSUBSCRIBE, email to .*\nwith a subject of .*/d
P;D

Reply via email to