Displaying 2 results from an estimated 2 matches for "blockthis".
2008 Dec 03
1
Antispam plugin + scriptsieve
...user.
If the message is deleted or moved out that folder, the rule is removed too.
The setup is very simple:
(after setup antispam plugin)
Change this in dovecot.conf:
protocol imap {
mail_plugins = antispam
}
plugin {
antispam_spam = Blocked
antispam_mail_sendmail = /usr/libexec/dovecot/blockthis.py
antispam_mail_sendmail_args = -u;%u
antispam_mail_spam = -a
antispam_mail_notspam = -d
}
Hooo... this script create a "include global script" statament in
script sieve...
If you don't want this feature, just comment this 2 lines:
sievelist.append('require ["fileint...
2008 Dec 10
3
Segfault on antispam plugin
...:storage=100MB
quota_rule2: Trash:storage=20%%
quota_rule3: Spam:ignore
quota_warning: storage=95%% /usr/libexec/dovecot/quota_warning.sh %u 95
quota_warning2: storage=80%% /usr/libexec/dovecot/quota_warning.sh %u 80
antispam_spam: Bloqueados
antispam_mail_sendmail: /usr/libexec/dovecot/blockthis.py
antispam_mail_sendmail_args: -u;%u
antispam_mail_spam: -a
antispam_mail_notspam: -d
mail_log_events: delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_group_events:
mail_log_fields: uid box msgid size
I can't increase these number! I already alter the limits.co...