search for: ham_to_learn

Displaying 4 results from an estimated 4 matches for "ham_to_learn".

Did you mean: spam_to_learn
2014 Jun 20
2
mail delivery question
...suggested MAILDIR has no trailing slash, but DEFAULT should have one MAILDIR=$HOME/Maildir/ # You'd better make sure it exists ' DEFAULT=$MAILDIR LOGFILE="$HOME/procmail_log" LOCKFILE="$HOME/.lockmail" LOCKEXT=.lock :0 * . { LOG="$NL default recipe using copy to .ham_to_learn/ (maildir version) $NL" } :0 c .ham_to_learn/ :0 | /usr/libexec/dovecot/deliver -m $DEFAULT I get this in my log file: procmail: [27709] Fri Jun 20 14:00:17 2014 default recipe using copy to .ham_to_learn/ (maildir version) procmail: Assigning "LASTFOLDER=.ham_to_learn/new/140329...
2015 Jan 07
0
dovecot move doesn't work: RESLOVED
...e ${date}_spam_learned mailbox (for testing and validation purposes, I will disable this eventually) run 'doveadm mailbox create' to create a new spam_to_learn mailbox run 'doveadm mailbox subscribe' to subscribe the new spam_to_learn mailbox then run sa-learn against the user's ham_to_learn mailbox run 'doveadm mailbox unsubscribe' to unsubscribe the ham_to_learn mailbox run 'doveadm mailbox rename' to rename the ham_to_learn mailbox to ${date}_ham_learned run 'doveadm mailbox subscribe' to subscribe the ${date}_ham_learned mailbox (for testing and validation p...
2015 Jan 07
2
dovecot move doesn't work
On 01/08/2015 05:39 AM, Chuck Campbell wrote: > I tried this using yum install dovecot22, but I get a lot of these: > file xxx from install of dovecot22-1:2.2.15-1.gf.el6.x86_64 conflicts with file > from package dovecot-1:2.0.9-8.el6_6.4.x86_64 > > I tried yum update dovecot22, but I get: > Package(s) dovecot22 available, but not installed. > > What is the right way to
2014 Nov 21
1
Centos 6.6 procmail trouble
...pamAssassin to its knees. # # LOG=" Recipe 2 $NL" :0fw:spamassassin.lock * < 256000 #| /usr/bin/spamassassin -a | /usr/bin/spamc LOG=" Recipe 3 $NL" :0 * ^X-Spam-Status: Yes .spam_to_learn/ LOG=" Recipe 5 $NL" :0 * . { LOG="$NL default recipe using copy to .ham_to_learn/ (maildir version) $NL" } :0 c .ham_to_learn/ # LOG="$NL default recipe using $DEFAULT (maildir version) $NL" :0 $DEFAULT here is an excerpt from the procmail_log file: My HOME is --> /home/campbell My MAILDIR Directory is --> . My DEFAULT Directory is --> /home/c...