Displaying 20 results from an estimated 57 matches for "virustest".
2011 Mar 02
3
Segfault in managesieve with "sieve_extensions = -redirect"
Hi!
I've got a segfault in managesieve while using:
sieve_extensions = -vacation -reject -spamtest -virustest -enotify -redirect
The problem seems to lie in "-redirect".
Reason for excluding "redirect" from sieve is my users should not use
sieve to forward or redirect mails but use an external method
(web-script to set LDAP attribute) which checks several things like
active spam-chec...
2018 Jul 26
2
mdbox_deleted proper syntax
...bility = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext spamtest spamtestplus virustest
mbox_write_locks = fcntl
mmap_disable = yes
namespace {
inbox = yes
location =
mailbox spam {
auto = subscribe
special_use = \Junk
}
mailbox drafts {
auto = subscribe
special_use = \Drafts
}
mailbox sent-mail {
auto = subscribe
special_use = \Sent
}
mailbox...
2020 Jun 18
1
Sieve-scripts won't replicate
...= mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicate mime foreverypart
extracttext spamtest spamtestplus
virustest editheader servermetadata imapflags notify imapsieve
vnd.dovecot.imapsieve
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messag...
2010 Apr 30
1
Released Pigeonhole Sieve v0.1.16 for Dovecot v1.2.11
...pment changes and new features. However, if a certain
new feature is simple enough and there is a demand for it, I may
backport it from v2.0 and release it along with any bugfixes that may
still arise.
The main thing that this new release adds is full support for the
spamtest, spamtestplus and virustest extensions. These extensions
implement a uniform means of testing the content spam/virus status
headers in mail messages:
http://ietfreport.isoc.org/idref/rfc5235/
Not many people have tested these new features yet and therefore these
are currently considered experimental. Test these thoroughl...
2010 Apr 30
1
Released Pigeonhole Sieve v0.1.16 for Dovecot v1.2.11
...pment changes and new features. However, if a certain
new feature is simple enough and there is a demand for it, I may
backport it from v2.0 and release it along with any bugfixes that may
still arise.
The main thing that this new release adds is full support for the
spamtest, spamtestplus and virustest extensions. These extensions
implement a uniform means of testing the content spam/virus status
headers in mail messages:
http://ietfreport.isoc.org/idref/rfc5235/
Not many people have tested these new features yet and therefore these
are currently considered experimental. Test these thoroughl...
2014 May 12
0
Released Pigeonhole v0.4.3 for Dovecot v2.2.13.
...administrator log (syslog) if executed from multiscript context.
- Sieve redirect extension: Adjusted loop detection to show leniency to
resent messages.
- Sieve include extension: Fixed problem with handling of duplicate
includes with different parameters :once or :optional.
- Sieve spamtest/virustest extensions: Tests were erroneously performed
against the original message. When used together with extprograms
filter to add the spam headers, the changes were not being used by
the spamtest and virustest extensions.
- Deprecated Sieve notify extension: Fixed segfault problems in message
st...
2014 May 12
0
Released Pigeonhole v0.4.3 for Dovecot v2.2.13.
...administrator log (syslog) if executed from multiscript context.
- Sieve redirect extension: Adjusted loop detection to show leniency to
resent messages.
- Sieve include extension: Fixed problem with handling of duplicate
includes with different parameters :once or :optional.
- Sieve spamtest/virustest extensions: Tests were erroneously performed
against the original message. When used together with extprograms
filter to add the spam headers, the changes were not being used by
the spamtest and virustest extensions.
- Deprecated Sieve notify extension: Fixed segfault problems in message
st...
2010 Aug 07
1
quotactl failed with disk quotas and dovecot 2.0
...ability = mailto
> managesieve_sieve_capability = comparator-i;octet comparator-i;ascii-casemap fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date spamtest spamtestplus virustest
> passdb {
> args = *
> driver = pam
> }
> plugin {
> quota = fs:User quota:user
> quota_warning = storage=80%% quota-warning 80 %u
> sieve = ~/.dovecot.sieve
> sieve_dir = ~/.sieve
> }
> protocols = imap lmtp
> service auth {
> unix_listener /va...
2020 Apr 25
4
problem with a public folder
...bility = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicate mime foreverypart
extracttext spamtest spamtestplus virustest editheader imapflags
notify imapsieve vnd.dovecot.imapsieve
namespace {
location = sdbox:/var/vmail/public/:CONTROL=~/mail/public:INDEX=~/mail/public:INDEXPVT=~/mail/public
prefix = Public/
separator = /
subscriptions = yes
type = public
}
namespace {
hidden = no
list = yes
location...
2018 Jul 30
0
mdbox_deleted proper syntax
...y = mailto
> managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext spamtest spamtestplus virustest
> mbox_write_locks = fcntl
> mmap_disable = yes
> namespace {
> inbox = yes
> location =
> mailbox spam {
> auto = subscribe
> special_use = \Junk
> }
> mailbox drafts {
> auto = subscribe
> special_use = \Drafts
> }
> mailbox...
2020 Apr 13
5
got a listener on 993
...hostnameto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment hostnamebox date index ihave duplicate mime foreverypart
extracttext spamtest spamtestplus virustest editheader imapflags
notify imapsieve vnd.dovecot.imapsieve
namespace {
location = sdbox:/var/vhostname/public/:CONTROL=~/hostname/public:INDEX=~/hostname/public
prefix = Public/
separator = /
subscriptions = yes
type = public
}
namespace {
hidden = no
list = yes
location = hostname...
2018 Apr 07
1
last login tracking error
...bility = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicate mime foreverypart
extracttext spamtest spamtestplus virustest editheader imapflags
notify imapsieve vnd.dovecot.imapsieve
namespace {
location = maildir:/home/vmail/public/:CONTROL=~/mail/public:INDEX=~/mail/public
mailbox TestFolder {
auto = subscribe
comment = Public Folder for message sharing
}
prefix = Public/
separator = /
subscriptio...
2010 Jan 25
1
Released Pigeonhole Sieve v0.1.15 and ManageSieve v0.11.11 for Dovecot v1.2.10
...non-digit character, which some people may not have understood
(i.e. i;ascii-numeric works only on unsigned values). The bug fix in
this release could therefore change result of certain misconceived (and
probably spam-related) Sieve rules, so watch out!
I started work on the spamtest(plus) and virustest extensions. These are
implemented for the most part, but their configurability needs quite a
bit more work.
Changelog Sieve v0.1.15:
* Enotify extension:
- Adjusted notify method API for addition of new notification
methods.
- Set default importance level to 'normal'...
2010 Jan 25
1
Released Pigeonhole Sieve v0.1.15 and ManageSieve v0.11.11 for Dovecot v1.2.10
...non-digit character, which some people may not have understood
(i.e. i;ascii-numeric works only on unsigned values). The bug fix in
this release could therefore change result of certain misconceived (and
probably spam-related) Sieve rules, so watch out!
I started work on the spamtest(plus) and virustest extensions. These are
implemented for the most part, but their configurability needs quite a
bit more work.
Changelog Sieve v0.1.15:
* Enotify extension:
- Adjusted notify method API for addition of new notification
methods.
- Set default importance level to 'normal'...
2018 Apr 10
2
two unrelated issues, lastlogin, and an out of memory fatal error
...bility = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicate mime foreverypart
extracttext spamtest spamtestplus virustest editheader imapflags
notify imapsieve vnd.dovecot.imapsieve
namespace {
location = maildir:/home/vmail/public/:LAYOUT=fs:CONTROL=~/mail/public:INDEX=~/mail/public
mailbox office {
auto = subscribe
comment = Public Folder for message sharing
}
prefix = public/
separator = /
subsc...
2020 Apr 25
2
problem with a public folder
...bility = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicate mime foreverypart
extracttext spamtest spamtestplus virustest editheader imapflags
notify imapsieve vnd.dovecot.imapsieve
namespace {
list = children
location = maildir:/var/vmail/public:LAYOUT=fs
mailbox TestFolder {
auto = subscribe
comment = Public Folder
}
mailbox general {
auto = subscribe
comment = Public Folder for message sha...
2020 Apr 14
0
got a listener on 993
...eve_sieve_capability = fileinto reject envelope
> encoded-character vacation subaddress comparator-i;ascii-numeric
> relational regex imap4flags copy include variables body enotify
> environment hostnamebox date index ihave duplicate mime foreverypart
> extracttext spamtest spamtestplus virustest editheader imapflags
> notify imapsieve vnd.dovecot.imapsieve
> namespace {
> location = sdbox:/var/vhostname/public/:CONTROL=~/hostname/public:INDEX=~/hostname/public
> prefix = Public/
> separator = /
> subscriptions = yes
> type = public
> }
> namespace...
2018 Mar 28
1
Dovecot quota
...bility = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicate mime foreverypart
extracttext spamtest spamtestplus virustest editheader imapflags
notify imapsieve vnd.dovecot.imapsieve
namespace {
location = maildir:/home/vmail/public/:CONTROL=~/mail/public:INDEX=~/mail/public
mailbox TestFolder {
auto = subscribe
comment = Public Folder for message sharing
}
prefix = Public/
separator = /
subscriptio...
2020 Apr 25
0
problem with a public folder
...managesieve_sieve_capability = fileinto reject envelope
>encoded-character vacation subaddress comparator-i;ascii-numeric
>relational regex imap4flags copy include variables body enotify
>environment mailbox date index ihave duplicate mime foreverypart
>extracttext spamtest spamtestplus virustest editheader imapflags
>notify imapsieve vnd.dovecot.imapsieve
>namespace {
>location =
>sdbox:/var/vmail/public/:CONTROL=~/mail/public:INDEX=~/mail/public:INDEXPVT=~/mail/public
> prefix = Public/
> separator = /
> subscriptions = yes
> type = public
>}
>namespace {...
2019 Jun 16
1
Dovecot, quota, warning, and issue with setup?
...bility = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicate mime foreverypart
extracttext spamtest spamtestplus virustest editheader imapflags
notify imapsieve vnd.dovecot.imapsieve
namespace {
location = sdbox:/var/vmail/public/:CONTROL=~/sdbox/public:INDEX=~/sdbox/public
prefix = Public/
separator = /
subscriptions = yes
type = public
}
namespace inbox {
inbox = yes
location =
mailbox Drafts {
au...