Displaying 3 results from an estimated 3 matches for "_spam".
Did you mean:
spam
2007 Oct 07
1
global sieve script
...had a global filter for all the users, so i could filter and
archive into the spam folder spam tagged emails for users without custom
filters, including them if they exist:
LOGNAME=tolower($LOGNAME)
`test -e $LOGNAME`
if ( $RETURNCODE != 0 )
{
`maildirmake $LOGNAME`
`maildirmake $LOGNAME/._spam`
}
`test -f $LOGNAME/mailfilter`
if ( $RETURNCODE == 0 )
{
include "$LOGNAME/mailfilter"
}
if ( /^X-Spam-Status: YES */)
{
to "$LOGNAME/._spam"
}
else
{
to "$LOGNAME/"
}
how could i get this behaviour with dovecot lda and sieve ?
tha...
2004 Aug 17
1
Question: email system architecture
Hi,
I have a question about how to implement a mail system, but I don't know
where to ask.
Until now, I have a mail system who receive mail by postfix and
transport it through procmail to the /var/spool/mail/username mailbox.
From here it is retrieved through dovecot (POP3).
Now I have two more users, I want to implement a IMAP server, and also
provide a webmail (squirrelmail)
2004 Jun 23
4
1.0-test22 - maildir fixed?
http://dovecot.org/test/
Well, remember when I said:
> Here you go, maildir syncing problems finally fixed (I hope). Well,
> except there's this "new-dir-only syncing" optimization which I'm not
> really sure if it works as it should.
Just before I found the expunge bug in index, I was trying to fix the
new-dir-only syncing because the code looked wrong. Then I