search for: sieve_spamtest_max_value

Displaying 20 results from an estimated 26 matches for "sieve_spamtest_max_value".

2013 Dec 27
2
Sieve's spamtest always returns 0
I am a bit at a loss here with Sieve (pigeonhole) and the spamtest extension. I am using Dovecot 2.1.7 (backported to Debian squeeze), which comes with Pigeonhole 0.3.0. Messages are scanned with SpamAssassin, which adds a header like X-Spam-Status: Yes, score=84.6 required=5.0 tests=? and so I configured spamtest in conf.d/90-plugin.conf like so: sieve_spamtest_status_type = score
2010 May 15
2
sieve spamtest extension
...o Stephan, First of all, thanks for time you spent implementing this useful extension. I have found some ugly behavior with such config: sieve_extensions = +notify +spamtest sieve_spamtest_status_type = score sieve_spamtest_status_header = X-Spam-Scan-Score: (-?[[:digit:]]+\.[[:digit:]]) sieve_spamtest_max_value = 10 Sieve: require ["fileinto","envelope","imap4flags","spamtest","relational","comparator-i;ascii-numeric"]; # rule:[spam] if anyof (spamtest :value "ge" :comparator "i;ascii-numeric" "6") { fileinto &quot...
2017 Sep 29
1
2.2.32 'doveadm replicator replicate -f' segfault
...er = yes } passdb { args = /etc/dovecot/conf.d/dovecot-ldap.conf.ext driver = ldap } plugin { mail_replica = tcp:server2:1109 sieve = ~/.dovecot.sieve sieve_before = /some-path/global.sieve sieve_dir = ~/sieve sieve_extensions = +spamtest +spamtestplus +vnd.dovecot.duplicate sieve_spamtest_max_value = 100 sieve_spamtest_status_header = X-PerlMx-Spam: Gauge=[[:alnum:]]+, Probability=(-?[[:digit:]]+)%.* sieve_spamtest_status_type = score zlib_save = gz zlib_save_level = 6 } protocols = imap lmtp sieve replication_max_conns = 30 service aggregator { fifo_listener replication-notif...
2012 Jul 14
1
Migrating with dsync and INBOX.INBOX namespace issue
..._log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size quota = dict:User quota::file:%h/.dovecot-quota quota_warning = storage=95%% quota-warning 95 %u sieve = ~/.dovecot.sieve sieve_extensions = +spamtest sieve_max_redirects = 32 sieve_spamtest_max_value = 10 sieve_spamtest_status_header = X-Spam-Score sieve_spamtest_status_type = score } service auth-worker { user = $default_internal_user } service auth { client_limit = 5420 unix_listener auth-userdb { group = vmail mode = 0600 user = vmail } user = $default_internal_user...
2018 Feb 17
4
2.2.33.2 - Virtual Mailbox Issue bug maybe ?
....sieve sieve_default = file:/var/lib/mail/dovecot/sieve/default.sieve sieve_default_name = default sieve_editheader_max_header_size = 1k sieve_extensions = +spamtest +spamtestplus +editheader +vacation-seconds sieve_global = file:/var/lib/mail/dovecot/sieve sieve_quota_max_scripts = 5 sieve_spamtest_max_value = 200 sieve_spamtest_status_header = X-spam-score-int: -?([[:digit:]]+) sieve_spamtest_status_type = score sieve_vacation_default_period = 10d sieve_vacation_max_period = 30d sieve_vacation_min_period = 1s } pop3_client_workarounds = outlook-no-nuls oe-ns-eoh pop3_fast_size_lookups = yes...
2012 Aug 14
0
Libdovecot-sieve segfaults
...I'll attach message.eml which triggers segfault. Dovecot version - 2.0.21, Sieve version - 0.2.6. Relevant to sieve dovecot config section: plugin { sieve = ~/.dovecot.sieve sieve_after = /etc/dovecot/sieve/default-after.sieve sieve_dir = ~/sieve sieve_extensions = +notify +spamtest sieve_spamtest_max_value = 10 sieve_spamtest_status_header = X-Spam-Scan-Score sieve_spamtest_status_type = score } Hope you'll help.
2020 Jun 11
0
Dovecot fs quota reports quota as byte
...ssages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = pam } plugin { quota = fs:user sieve = file:~/sieve;active=~/.dovecot.sieve sieve_before = /etc/dovecot/sieve/default.sieve sieve_extensions = +spamtest +spamtestplus sieve_spamtest_max_value = 15 sieve_spamtest_status_header = X-Spam-Score: (-?[[:digit:]]+\.[[:digit:]]).* sieve_spamtest_status_type = score } protocols = imap pop3 lmtp sieve service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0600 user = postfix } unix_listener aut...
2015 Apr 22
2
Dovecot 2.2.16 crashes when fetching mails with Trojita 0.5
...e expire = spam expire2 = spam/ham expire_dict = proxy::expire sieve = file:/var/mail/user-sieve/%u;active=/var/mail/user-sieve/%u.sieve sieve_after = /var/mail/sieve/after.d sieve_before = /var/mail/sieve/before.d sieve_extensions = +spamtest sieve_global = /var/mail/sieve/global sieve_spamtest_max_value = 1.0 sieve_spamtest_status_header = x-dspam-probability: ([[:digit:]]+.[[:digit:]]+) sieve_spamtest_status_type = score zlib_save = lz4 } protocols = imap lmtp sieve service auth { unix_listener /var/spool/postfix/private/dovecot-auth { group = postfix mode = 0660 user = postfi...
2013 Jun 10
1
dovecot segfaults after upgrade
...undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size mail_log_group_events = no quota = maildir:User quota quota_rule = *:storage=0 sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_extensions = +imapflags +notify +spamtest +spamtestplus sieve_spamtest_max_value = 100 sieve_spamtest_status_header = X-PMX-Spam: \.*Probability=([[:digit:]]+)%+\.* sieve_spamtest_status_type = score } protocols = imap lmtp sieve service auth { unix_listener auth-master { mode = 0600 user = vmail } unix_listener auth-userdb { user = vmail }...
2018 Feb 18
0
2.2.33.2 - Virtual Mailbox Issue bug maybe ?
.../var/lib/mail/dovecot/sieve/default.sieve > ? sieve_default_name = default > ? sieve_editheader_max_header_size = 1k > ? sieve_extensions = +spamtest +spamtestplus +editheader +vacation-seconds > ? sieve_global = file:/var/lib/mail/dovecot/sieve > ? sieve_quota_max_scripts = 5 > ? sieve_spamtest_max_value = 200 > ? sieve_spamtest_status_header = X-spam-score-int: -?([[:digit:]]+) > ? sieve_spamtest_status_type = score > ? sieve_vacation_default_period = 10d > ? sieve_vacation_max_period = 30d > ? sieve_vacation_min_period = 1s > } > pop3_client_workarounds = outlook-no-nuls oe-n...
2019 Mar 29
0
Fwd: segfault in libdovecot-storage at unknown circumstances
...dap.conf.ext driver = ldap } plugin { fts_autoindex = yes quota = count:User quota quota_grace = 10%% quota_rule = *:storage=2G quota_vsizes = yes sieve = file:~/sieve;active=~/.dovecot.sieve sieve_extensions = +spamtest +spamtestplus sieve_global = /etc/dovecot/sieve/ sieve_spamtest_max_value = 120 sieve_spamtest_status_header = X-Spam_score_int sieve_spamtest_status_type = score } protocols = " imap lmtp sieve" service auth-worker { user = $default_internal_user } service auth { unix_listener auth-client { mode = 0666 user = mail } } service imap-logi...
2010 Jun 17
1
Shared mailboxes errors
...ts autosubscribe2: Sent autosubscribe3: Spam autosubscribe4: Trash sieve: ~/.dovecot.sieve sieve_dir: ~/sieve sieve_after: /etc/dovecot/sieve/default-after.sieve sieve_extensions: +notify +spamtest sieve_spamtest_status_type: score sieve_spamtest_status_header: X-Spam-Scan-Score sieve_spamtest_max_value: 10 antispam_trash: Trash antispam_spam: Spam antispam_allow_append_to_spam: no antispam_mail_sendmail: /usr/bin/sa-learn antispam_mail_sendmail_args: -u mail antispam_mail_spam: --spam antispam_mail_notspam: --ham antispam_mail_tmpdir: /tmp dict: expire: sqlite:/etc/dovecot/plugi...
2017 Aug 02
2
rawlog
...~/.dovecot.sieve sieve_default = file:/var/lib/dovecot/sieve/default.sieve sieve_default_name = default sieve_editheader_max_header_size = 1k sieve_extensions = +spamtest +spamtestplus +editheader +vacation-seconds sieve_global = file:/var/lib/dovecot/sieve sieve_quota_max_scripts = 5 sieve_spamtest_max_value = 200 sieve_spamtest_status_header = X-Spam-score-int: -?([[:digit:]]+) sieve_spamtest_status_type = score sieve_vacation_default_period = 10d sieve_vacation_max_period = 30d sieve_vacation_min_period = 1s } pop3_client_workarounds = outlook-no-nuls oe-ns-eoh pop3_fast_size_lookups = yes...
2019 Jul 15
2
Error since Dovecot v2.3.7
...e=200M quota_vsizes = yes recipient_delimiter = + sieve = /var/mail/iwascoding/%n/.dovecot.sieve sieve_default = /var/lib/dovecot/sieve/default.sieve sieve_dir = /var/mail/iwascoding/%n/sieve sieve_extensions = +spamtest +spamtestplus sieve_global_dir = /var/lib/dovecot/sieve/global sieve_spamtest_max_value = 200 sieve_spamtest_status_header = X-Spam-Score-Int sieve_spamtest_status_type = score } postmaster_address = postmaster at iwascoding.com protocols = imap pop3 lmtp sieve submission quota_full_tempfail = yes service auth { unix_listener auth-client { mode = 0600 user = Debian-exim...
2014 May 27
0
Incorrect IMAP search results when FTS/Squat indexes are present with 2.1.7
...punge mail_log_fields = box msgid size from sieve = %h/mailbox.sieve sieve_after = %h/../../domain-after.sieve sieve_before = %h/../../domain-before.sieve sieve_dir = %h/sieve sieve_extensions = -reject +spamtest +spamtestplus sieve_global_dir = %h/../../sieve-global-include-scripts sieve_spamtest_max_value = 7 sieve_spamtest_status_header = X-Spam-Level sieve_spamtest_status_type = strlen } protocols = pop3 imap lmtp sieve service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } } service imap-login { process_min_avail = 8 ser...
2017 Aug 03
1
rawlog
> On August 3, 2017 at 8:57 PM Alexander Dalloz <ad+lists at uni-x.org> wrote: > > > Am 03.08.2017 um 01:04 schrieb Matt Bryant: > > Hi, > > > > Trying to get rawlog working on dovecot 2.2.31 configured as per > > > > https://wiki2.dovecot.org/Debugging/Rawlog > > > > but > > > > a) it doesnt appear to be loggin anything
2018 Dec 19
2
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
...yes ? sieve = file:~/sieve;active=~/.dovecot.sieve ? sieve_before = dict:proxy:/tmp/podop.socket:sieve ? sieve_execute_bin_dir = /conf/bin ? sieve_extensions = +spamtest +spamtestplus +editheader ? sieve_global_extensions = +vnd.dovecot.execute ? sieve_plugins = sieve_imapsieve sieve_extprograms ? sieve_spamtest_max_value = 15 ? sieve_spamtest_status_header = X-Spam-Level ? sieve_spamtest_status_type = strlen ? sieve_vacation_dont_check_recipient = yes ? sieve_vacation_send_from_recipient = yes } postmaster_address = admin at usrpro.io protocols = imap pop3 lmtp sieve service auth-worker { ? unix_listener auth-worke...
2018 Feb 28
0
BUG: Error: dovecot.index.pvt reset, view is now inconsistent when shared folder is new and empty
...dovecot/sieve/spinsa.sieve sieve_default = /etc/dovecot/sieve/dovecot.sieve sieve_editheader_forbid_add = X-SA-Spam-Score sieve_editheader_forbid_delete = X-SA-Spam-Score sieve_extensions = +notify +imapflags +vacation-seconds +spamtest +spamtestplus +editheader sieve_max_redirects = 16 sieve_spamtest_max_value = 10 sieve_spamtest_status_header = X-SA-Spam-Score sieve_spamtest_status_type = score sieve_vacation_min_period = 0s } pop3_client_workarounds = outlook-no-nuls oe-ns-eoh postmaster_address = postmaster at example.com protocols = imap pop3 lmtp sieve rejection_reason = Your message to <%t...
2014 May 02
2
When the subject portion of an e-mail contains a control character, dovecot.sieve terminates unexpectatedly.
...} plugin { quota = maildir:User quota sieve = ~/Maildir/dovecot.sieve sieve_dir = ~/Maildir/sieve sieve_editheader_max_header_size = 1k sieve_editheader_protected = X-Verified sieve_extensions = +editheader +spamtest +spamtestplus sieve_max_actions = 250 sieve_max_redirects = 100 sieve_spamtest_max_value = 100.00 sieve_spamtest_status_header = X-Spam-Score: ([[:digit:]]+\.[[:digit:]]+)% sieve_spamtest_status_type = score sieve_user_log = /var/log/dovecot.sieve/%d/%u.log } postmaster_address = postmaster at example.jp protocols = pop3 imap service auth { unix_listener auth-userdb { group...
2015 Oct 30
2
IMAP COPY creates invalid index data with zlib and mail_log plugins enabled but zlib_save off
...x uid box msgid size flags vsize from subject sieve = %h/mailbox.sieve sieve_after = %h/../../domain-after.sieve sieve_before = %h/../../domain-before.sieve sieve_dir = %h/sieve sieve_extensions = -reject +spamtest +spamtestplus sieve_global_dir = %h/../../sieve-global-include-scripts sieve_spamtest_max_value = 7 sieve_spamtest_status_header = X-Spam-Level sieve_spamtest_status_type = strlen } protocols = pop3 imap lmtp sieve service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } } service imap-login { process_min_avail = 8 ser...