Displaying 20 results from an estimated 644 matches for "extracttext".
2018 Nov 16
1
Sieve notify variables not working with body?
Thanks, now it works.
But it seems that :message string (of notify command) is limited to 255
chars.
Is there any chance to change limit to 512 ?
require ["body","enotify","variables","foreverypart","mime","extracttext"];
foreverypart
{
if header :mime :type :is "Content-Type" "text"
{
extracttext :first 512 "body";
break;
}
}
if not header :contains "subject" "*"
{
notify :importance "3" :message "${body}"...
2018 Nov 15
2
Sieve notify variables not working with body?
Hi,
I want to send notification like this:
if body :text :matches "*" {
notify :importance "3"
:message "[NOTIFY] ${1}"
"mailto:test at example,com";
}
The notification works but the variable ${1} seems to be empty.
But in this case:
if header :matches "Subject" "*" {
notify
2019 Jan 11
2
managesieve configuration
...quot;IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "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"
"NOTIFY" "mailto"
"SASL" ""
"STARTTLS"
"VERSION" "1.0"
OK "service active"
and the connection will be encrypted (tested with roudcube webmail)
> STARTTLS
< OK "Begin TLS negotiation now."
......
2019 Nov 08
1
gssapi without passdb
..._capability = 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
> namespace inbox {
> ? inbox = yes
> ? location =
> ? mailbox Drafts {
> ??? special_use = \Drafts
> ? }
> ? mailbox Junk {
> ??? special_use = \Junk
> ? }
> ? mailbox Sent {
> ??? special_use = \Sent
> ? }
> ? mailbox "Sent Messages" {
> ??? spe...
2017 Jul 21
2
Core dumped when authenticating to managesieve
...quot;IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "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 editheader"
"NOTIFY" "mailto"
"SASL" "PLAIN"
"VERSION" "1.0"
OK "Dovecot ready."
AUTHENTICATE "PLAIN" {52+}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
NO "Error in MANAGESIEVE command received by ser...
2018 Jun 12
4
cant login to Dovecot
...gssapi
managesieve_notify_capability = 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
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use...
2016 Feb 06
2
Released Pigeonhole v0.4.12 for Dovecot v2.2.21
Hello Dovecot users,
Here is the final v0.4.12 release of Pigeonhole for Dovecot v2.2.21.
Nothing changed since the RC.
Changelog v0.4.12:
+ Implemented the Sieve extracttext extension (RFC 5703; Section 7). It
is now possible to extract body text from a message into a variable.
* Increased ABI version due to changes in the Sieve interpreter's object
definitions.
- multiscript: Fixed bug in handling of (implicit) keep; final keep
action was always executed as...
2016 Feb 06
2
Released Pigeonhole v0.4.12 for Dovecot v2.2.21
Hello Dovecot users,
Here is the final v0.4.12 release of Pigeonhole for Dovecot v2.2.21.
Nothing changed since the RC.
Changelog v0.4.12:
+ Implemented the Sieve extracttext extension (RFC 5703; Section 7). It
is now possible to extract body text from a message into a variable.
* Increased ABI version due to changes in the Sieve interpreter's object
definitions.
- multiscript: Fixed bug in handling of (implicit) keep; final keep
action was always executed as...
2017 Jul 22
2
SIEVE: handling of lineending in fields
...ot;;
}
if header :matches "from" "*" {
set "from" "${1}";
}
if header :matches "to" "*" {
set "to" "${1}";
}
foreverypart
{
if header :mime :type :is "Content-Type" "text"
{
extracttext :first 30 "msgcontent";
break;
}
}
pipe :copy :try "notify.sh" [ "", "(${from})#${to}#${subject}",
"\"${msgcontent}\"" ];
What i get now is an error about looks like encoding of the linefeeds.
default: line 107: error: spec...
2018 Feb 13
2
Setting up sieve with spam learning
...cot.conf:
managesieve_notify_capability = 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 imapsieve vnd.dovecot.imapsieve
plugin {
imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_name = Junk
imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve
imapsieve_mailbox2_causes = COPY
i...
2016 Jan 26
0
Released Pigeonhole v0.4.12.rc1 for Dovecot v2.2.21
...st few releases had an annoying bug that made the Sieve editheader
and imap4flags ineffective when multiple scripts were executed
sequentially (sieve_before/sieve_after). That is why I am making a new
release.
Unlike the previous release, this release also adds a new feature:
support for the Sieve extracttext extension.
Changelog v0.4.12:
+ Implemented the Sieve extracttext extension (RFC 5703; Section 7). It
is now possible to extract body text from a message into a variable.
* Increased ABI version due to changes in the Sieve interpreter's object
definitions.
- multiscript: Fixed bug in hand...
2016 Jan 26
0
Released Pigeonhole v0.4.12.rc1 for Dovecot v2.2.21
...st few releases had an annoying bug that made the Sieve editheader
and imap4flags ineffective when multiple scripts were executed
sequentially (sieve_before/sieve_after). That is why I am making a new
release.
Unlike the previous release, this release also adds a new feature:
support for the Sieve extracttext extension.
Changelog v0.4.12:
+ Implemented the Sieve extracttext extension (RFC 5703; Section 7). It
is now possible to extract body text from a message into a variable.
* Increased ABI version due to changes in the Sieve interpreter's object
definitions.
- multiscript: Fixed bug in hand...
2020 May 19
1
Sieve addheader directive works only partially
...ebian 10.4
managesieve_notify_capability = 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 editheader imapsieve vnd.dovecot.imapsieve
sieve_extensions = +editheader
sieve_global_extensions = +vnd.dovecot.pipe
sieve_pipe_bin_dir = /usr/bin
sieve_plugins = sieve_imapsieve sieve_extprograms
Thanks
Peter
> On May 15, 2020, at 3:49 PM, Stephan Bosch <stephan at rename-it.nl> wrote:...
2003 Apr 10
1
File size limitations?
...g to replicate the contents of the netapp mount on the RAID array.
I run a cronjob each night, with lines like :-
/usr/local/sbin/rsync -ar /netapp/all/projects /backup/vol0/ >>
/tmp/rsync_log.txt 2>&1
Looking at the log files, I get warnings :-
delete_file: rmdir(projects/src/PDF/ExtractText/lib/AIX) : File exists
rsync: symlink "projects/src/PDF/ExtractText/lib/AIX" -> "aix": File exists
(which I believe the --delete option will fix)
But I also get messages like :-
readlink staff/ex_staff/mickie_mouse.tar.Z: Value too large for defined data
type
>From a c...
2019 Jul 03
2
Segfault of doveconf
.../mail/%u
managesieve_notify_capability = 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
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_us...
2020 Oct 07
2
LMTP Authentication Error
..._uid = 150
managesieve_notify_capability = 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
namespace inbox {
inbox = yes
location =
mailbox Drafts {
auto = subscribe
special_use = \Drafts
}
mailbox Junk {
auto = subscribe
special_use = \Junk
}
mailbox Sent {
auto = subscribe
special_use = \Sent
}
mailbox "Sent Messages" {
auto = no
special_use =...
2019 Dec 30
2
dovecot cannot drop privileges inside singularity container
...oup = mail
managesieve_notify_capability = 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
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}...
2019 Jan 11
2
managesieve configuration
On 10.1.2019 18.28, Dominik Menke wrote:
> I've missed a part at the end:
>
>> This leads me to my question: How do I force Dovecot to print at
>> least a STARTTLS line after a client connects to port 4190? Looking
>
> ... at the default configuration files in /etc/dovecot/conf.d/ I don't
> see an obvious difference.
>
>
> --Dominik
Can you provide
2020 Oct 31
1
Odd replication behaviour
...eplication
managesieve_notify_capability = 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
mbox_write_locks = fcntl
namespace inbox {
inbox = yes
location =
mailbox Drafts {
auto = subscribe
special_use = \Drafts
}
mailbox Junk {
auto = subscribe
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
speci...
2017 Jan 19
5
Segfault on LIST Command
..._uid = pop
managesieve_notify_capability = 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
namespace inbox {
inbox = yes
list = children
location =
mailbox Drafts {
auto = no
special_use = \Drafts
}
mailbox Sent {
auto = no
special_use = \Sent
}
mailbox Trash {
auto = no
autoexpunge = 30 days
special_use = \Trash
}
mailbox drafts {
auto...