Is there a good website that has some good examples for the recipes to use and the available options? ----- Original Message ----- From: "Jonathan Hutchins" To: "Michael Pratt" Cc: Sent: Wednesday, August 11, 2004 10:19 AM Subject: Re: Postfix/procmail/spamassassin > On Wed, August 11, 2004 13:09, Michael Pratt said: > > > Under webmin I want to forward a users emails to procmail for > > spamassassin and from there forward it it on to another email address. > > > > I have tried to do this to the .forward file > > > > "|/usr/bin/procmail" > > email@email.com > > In the .forward file, send it to procmail, then in the .procmailrc file > forward it to the user. The rule should look something like: > > :0 > ! email@email.com > > mailto: is a part of an HTML tag. If you want, I think you can use the > format "mail user" which is a legitimate address. >