Hi again,
I figured some stuff out. Can anyone let me know if what I've written (it
seems to work) is right?
I just put it in the domain directory (for vpopmail). This way I can
configure some domains for it and others not for it.
Any ideas?
--Chris Davis
import HOME
import EXT
import HOST
`test -d $HOME/$EXT/Maildir/.Spam`
if( $RETURNCODE == 1 )
{
to $HOME/$EXT/Maildir
exit
}
else
{
if ( $SIZE < 262144 )
{
xfilter "/usr/bin/spamc -f -u $EXT@$HOST"
}
if (/^X-Spam-Flag: *YES/)
{
to $HOME/$EXT/Maildir/.Spam
}
else
{
to $HOME/$EXT/Maildir
}
}
----- Original Message -----
From: "Christopher Davis" <chr...@familyvoice.com>
To: <>
Sent: Monday, May 20, 2002 10:45 AM
Subject: [maildropl] If folder exists
Hi
I'm trying to create a maildrop filter that will move messages to a folder
if that folder exists and if the folder does not exist, put them in the
standard Maildir. I can't seem to find any good maildrop documentation.
Where can I find good docs?
I'm using:
qmail 1.03
vpopmail 5.2 (seekable patch)
maildrop 1.3.8
_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/