| Anonymous 2007-07-29, 7:13 pm |
| Nomen Nescio <nobody@dizum.com> wrote:
>
> Nowadays they better should use anon remailers.
Easy to do on a *n*x system with mixmaster and slrn.
Sometimes you may want to follow-up or reply anonymously to an article
you are reading in slrn. Here's how.
Put the code from [1] in "$HOME/.slrn/mixmaster.sl". Put the code
from [2] in "$HOME/.slrnrc".
[1]
define mixmaster_ff ()
{
pipe_article("mixmaster -ff");
}
definekey ("mixmaster_ff", "&", "article");
define mixmaster_fr ()
{
pipe_article("mixmaster -fr");
}
definekey ("mixmaster_fr", "\e&", "article");
[2]
interpret ".slrn/mixmaster.sl"
Now when you're in article mode, you can hit & to make an anonymous
follow-up or ESC-& to make an anonymous mail reply.
HTH!
|