Re: Procmail in Vmailmgr
"lukas.rueegg [pixworx multimedia]" <[email protected]> Tue, 21 Feb 2006 10:08:36 +0100
| Newsgroups | gmane.mail.vmailmgr |
|---|---|
| Message-ID | <[email protected]> |
hi
> Has anyone implemented this in a simple way?
we use squirrelmail and implemented the mailfilters there with a plugin
which runs fine. even with vmailmgr.
link to plugin:
http://www.squirrelmail.org/plugin_view.php?id=210
a sample mailfilter rule file would be:
lru@muscat:~$ cat .mailfilter
##Begin Filter Configuration -- Please do not edit by hand, use SquirrelMail
MAILDIR=$HOME/users/username/ # Default mail directory
if ($SIZE < 153600)
{
xfilter "/usr/bin/spamc -u username -f"
}
to "| /usr/local/bin/vdeliver"
##End Filter Configuration
HTH
lukas.
--
pixworx multimedia
lukas rueegg
ch-8005 zurich
http://pixworx.ch
[ Why is 6 scared of 7? Because 7 8 9. ]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]