Hi Sam.
Are you referring to /etc/maildroprc as the maildrop filter recipe? Please
find below the contents of my maildroprc.
$ cat /etc/maildroprc
import HOME
import MAILDIRQUOTA
XBOUNCE="| bouncesaying 'Sorry, no mailbox here by that name.'"
if (/^X-Spam-Status: Yes/)
{
to "$HOME/Maildir/.Spam/"
}
if ( $HOME eq "" )
{
to "$XBOUNCE"
}
else
{
exception {
include "$HOME/.mailfilter"
}
exception {
to "$HOME/Maildir"
}
}
to "$HOME/Maildir"
Would appreciate suggestions how to revise this script. Do I remove all
occurence of the string '/Maildir'?
Thanks.
------------------------------------------------------------------------------
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap