Displaying 8 results from an estimated 8 matches for "spamtrain".
2007 Apr 07
5
Shared mailbox plans
** Configuration **
namespace shared {
prefix = user/%u/
location = maildir:/home/%u/Maildir:INDEX=~/Maildir/shared-indexes
}
So the only difference to how it's configured now is that %u is
expanded to whatever user whose mailboxes we're accessing. ACL plugin
then uses that user as the owner in the namespace's mailbox owner.
Since the default ACL is to not give any access
2008 Apr 12
2
Delete antispam emails
...alid emails when
they're moved to the trash folder! D'oh.
I'm looking, ideally, for a solution that doesn't need a script to be
run per user as I have a number of users using this feature. Also, the
cleanspam script doesn't seem to be able to find the folder I'm using
('SpamTrain') so what format should I use?
Thanks.
david
2008 Aug 07
1
Dovecot 1.1 Quota Plugin Configuration?
...Following the
upgrade to 1.1 this no longer seems to work and has resulted in a lot of
annoyed people having messages bumped :-(
The config I have is as follows...
quota = maildir
quota_rule = *:storage=15M
quota_rule2 = Trash:ignore
quota_rule3 = INBOX.Trash:ignore
quota_rule4 = INBOX.SpamTrain:ignore
quota_rule5 = SpamTrain:ignore
In the sql.conf I get the quota for each mailbox using this line
user_query = SELECT '/var/vmail/%d/%n' as home,
'maildir:/var/vmail/%d/%n' as mail, xxx AS uid, xxx AS gid,
concat('maildir:storage=', mb_quota) AS quota FROM
mailboxes...
2020 Jul 03
0
Mail replication fails between v2.2.27 and v2.3.4.1
...h {
auto = subscribe
special_use = \Trash
}
prefix =
separator = .
type = private
}
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
plugin {
acl = vfile
antispam_backend = spool2dir
antispam_spam = spam;Spam;junk;Junk
antispam_spool2dir_notspam = /var/spool/spamtrainer/%%lu-%u-%%05lu-ham
antispam_spool2dir_spam = /var/spool/spamtrainer/%%lu-%u-%%05lu-spam
antispam_trash = trash;Trash;Deleted Items;Deleted Messages
mail_log_events = delete
mail_log_fields = uid box msgid from subject
sieve = ~/.dovecot.sieve
sieve_before = /home/vmail/global.sieve...
2012 Aug 09
1
looking for information on Vacation auto-reply
...tocol lmtp {
mail_plugins = quota sieve
}
protocol imap {
mail_max_userip_connections = 30
mail_plugins = " quota imap_quota"
plugin {
antispam_backend = spool2dir
antispam_signature = X-DSPAM-Signature
antispam_spam = Junk
antispam_spool2dir_notspam = /var/spamtrain/not-spam/%%020lu-%u-%%05
antispam_spool2dir_spam = /var/spamtrain/spam/%%020lu-%u-%%05
antispam_trash = Trash
antispam_verbose_debug = 1
}
}
protocol sieve {
mail_debug = yes
managesieve_implementation_string = Dovecot Pigeonhole
}
2008 Apr 23
4
disconnect error
...dovecot/auth-master
mode: 384
user: mailnull
group: mail
plugin:
sieve: /usr/local/mail/.dovecot.sieve
trash: /usr/local/etc/dovecot-trash.conf
antispam_signature: X-DSPAM-Signature
antispam_trash: trash;Trash;Deleted Items
antispam_spam: Junk;Spam;junk;spam;SPAM;SpamTrain
antispam_unsure: Draft;draft
antispam_mail_tmpdir: /tmp
antispam_mail_spam: spam at localhost
antispam_mail_notspam: nospam at localhost
antispam_mail_sendmail: /usr/sbin/sendmail
2008 Oct 13
1
Unkown namespace / sieve
...r: mailnull
group: mail
plugin:
sieve: /usr/local/mail/.dovecot.sieve
quota: maildir
quota_rule2: Trash:ignore
trash: /usr/local/etc/dovecot-trash.conf
antispam_signature: X-DSPAM-Signature
antispam_trash: trash;Trash;Deleted Items
antispam_spam: Junk;Spam;junk;spam;SPAM;SpamTrain
antispam_unsure: Draft;draft
antispam_mail_tmpdir: /tmp
antispam_mail_spam: spam at localhost
antispam_mail_notspam: nospam at localhost
antispam_mail_sendmail: /usr/sbin/sendmail
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
....com>
To: r-help@r-project.org
Subject: [R] ksvm problem
Message-ID: <1288363149599-3019212.post@n4.nabble.com>
Content-Type: text/plain; charset=UTF-8
Hi to all!!!!!
When I use the example from kernlab::ksvm this works fine.. Give me the
result?
> filter <-
> ksvm(type~.,data=spamtrain,kernel="rbfdot",kpar=list(sigma=0.05),C=5,cross=3)
But as soon as I change the type data as follows
> type_train<-spamtrain[,ncol(spamtrain)]
> filter <-
>ksvm(type_train,data=spamtrain,kernel="rbfdot",kpar=list(sigma=0.05),C=5,cross=3)
>)
Error: evaluation n...