search for: casemap

Displaying 20 results from an estimated 108 matches for "casemap".

2014 May 09
1
Only part of sieve script works
...block seem to work. How is the manual check with sieve-test different from the sieve filtering during mail delivery? I am thankful for any hints. Sebastian this is the sieve script I am talking about require "fileinto"; # Musik wegsortieren if anyof ( header :comparator "i;ascii-casemap" :contains "Subject" "Mixing.DJ", header :comparator "i;ascii-casemap" :contains "Subject" "John B", header :comparator "i;ascii-casemap" :contains "Subject" "FLOSS Weekly", header :comparator "i;ascii-casemap...
2015 May 05
2
[sieve] extracting address behavior changes beetwen 2.2.13 and 2.2.16
...lters doesn't catch some emails. I used sieve-test with tracing (it's great tool!) and I can see as below: part of sieve filter: [...] elsif address :is "From" "backup at areda.pl" { [...] dovecot-2.2.13: 36: address test 36: starting `:is' match with `i;ascii-casemap' comparator: 36: extracting `From' headers from message 36: parsing address header value `=?UTF-8?B?QmFjdWxhQEFUTQ==?= <backup at areda.pl>' 36: extracting `all' part from address `backup at areda.pl' 36: matching value `backup at areda.pl' 36: wi...
2019 Oct 08
2
Case sensitivity in :addresses in sieve vacation scripts
Hi, I have recently updated from Dovecot 2.2 to 2.3. Since I have noticed that vacation responses from sieve are not working the same anymore. For example, my sieve script looks like this: vacation :days 1 :addresses ["Kippels at hhu.de","julian.kippels at hhu.de"] it used to be that I got a vacation response if I sent a mail to kippels at hhu.de and Kippels at hhu.de. Now
2007 Aug 11
8
Sieve Vacation cause deliver to die
...---------------------------------------------------------------------- .dovecot.sieve # Sieve Filter # Generated by Ingo (http://www.horde.org/ingo/) (August 6, 2007, 9:56 am) require ["vacation", "fileinto"]; # Whitelisted Addresses if address :all :comparator "i;ascii-casemap" :is ["From", "Sender", "Resent-From"] "juscotsushin at juscocityhk.com" { keep; stop; } # Vacation if allof ( not exists ["list-help", "list-unsubscribe", "list-subscribe", "list-owner", "list-pos...
2001 May 14
1
Wine compile errors
Wine gives me an error 2 when I compile it. It reads: In file included from ../include/windef.h:16, from ../include/wine/unicode.h:10, from casemap.c:4: ../include/winnt.h:13:19: ctype.h: No such file or directory In file included from ../include/windef.h:16, from ../include/wine/unicode.h:10, from casemap.c:4: ../include/winnt.h:15:20: string.h: No such file or dire...
2014 Nov 26
4
Pigeonhole, vacation being sent incorrectly
...ot;, not exists "list-unsubscribe", not exists "list-subscribe", not exists "list-owner", not exists "list-post", not exists "list-archive", not exists "list-id", not exists "Mailing-List", not header :comparator "i;ascii-casemap" :is "Precedence" ["list", "bulk", "junk"], not header :comparator "i;ascii-casemap" :matches "To" "Multiple recipients of*" ) { if header :regex "Received" "^.*(2014) (\\(.*\\) )?..:..:.. (\\(.*\\) )?...
2014 Aug 06
2
Sieve filter extracting wrong header value on certain mail messages
...tching test.sieve message.2 Performed actions: * store message in folder: INBOX Implicit keep: (none) sieve-test(gowen): Info: final result: success $ cat trace2.log ## Started executing script 'test' 3: header test 3: starting `:contains' match with `i;ascii-casemap' comparator: 3: extracting `X-Bogosity' headers from message 3: matching value `AHS Kitchen Makeover Giveaway' 3: with key `Spam,' => 0 3: finishing match with result: not matched 3: jump if result is false 3: jumping to line 6 6: header te...
2019 Oct 08
0
Case sensitivity in :addresses in sieve vacation scripts
...I suppose this behaviour changed with the > update. If not, why could this have happened? And in any case, how can > I enable case insensitivity? > I took a look at the RFCs. It appears that this change is not in accordance with the relevant standards. SIEVE says 'the "i;ascii-casemap" comparator (which treats uppercase and lowercase characters in the US-ASCII subset of UTF-8 as the same). If left unspecified, the default is "i;ascii-casemap".' https://tools.ietf.org/html/rfc5228#section-2.7.3 Since there is no mention of comparators in the Vacation RFC, it...
2006 Nov 22
0
howto compile wine on centos 4 and x86_64
...[2]: Entering directory `/home/silentm/wine-0.9.25/libs/wine' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -D__i386__ -o casemap.o casemap.c In file included from ../../include/windef.h:234, from ../../include/wine/unicode.h:26, from casemap.c:4: ../../include/winnt.h:764:1: warning: "CONTEXT_CONTROL" redefined ../../include/winnt.h:719:1: warning: this is the location of the prev...
2009 Dec 10
1
Dovecot Sieve some rules not working
Hope this list is the right place for a question about dovecot sieve. I have some rules of which some are working and some are not. I cannot understand why two rules wont work. }elsif header :comparator "i;ascii-casemap" :contains "from" "EMAILADDRESS" { fileinto "Computer &- Security.Foren &- Maillists.Synology.Forum"; stop; } elsif header :comparator "i;ascii-casemap" :contains "from" "EMAILADDRESS" { fileinto "Computer &-...
2006 Nov 20
0
amd 64 compile on centos 4 or RHEL 4
...[2]: Entering directory `/home/silentm/wine-0.9.25/libs/wine' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -D__i386__ -o casemap.o casemap.c In file included from ../../include/windef.h:234, from ../../include/wine/unicode.h:26, from casemap.c:4: ../../include/winnt.h:764:1: warning: "CONTEXT_CONTROL" redefined ../../include/winnt.h:719:1: warning: this is the location of the prev...
2011 Jun 14
2
Dovecot 2.0.13 and sieve
...quot;, "regex"]; # Vacanze if allof ( not exists ["list-help", "list-unsubscribe", "list-subscribe", "list-owner", "list-post", "list-archive", "list-id", "Mailing-List"], not header :comparator "i;ascii-casemap" :is "Precedence" ["list", "bulk", "junk"], not header :comparator "i;ascii-casemap" :matches "To" "Multiple recipients of*" ) { if header :regex "Received" "^.*(2011) (\\(.*\\) )?..:..:.. (\\(.*\\) )?(\\+|\\-...
2020 Oct 22
2
Sieve_before
...nvelope :matches :detail "to" "*" { set :lower "name" "${1}"; redirect :copy "backup+295.${name}@@*example.com*"; } ## Started executing script 'bcc' 5: envelope test 5: starting `:matches' match with `i;ascii-casemap' comparator: 5: getting `to' part from message envelope 5: extracting `detail' part from address <kremels at kreme.com> 5: finishing match with result: not matched 5: jump if result is false 5: jumping to line 7 ## Finished executing script 'bcc...
2020 Oct 30
4
Sieve filter script EXECUTION FAILED
> On 30/10/2020 19:25 Bernd Petrovitsch <bernd at petrovitsch.priv.at> wrote: > > > On 30/10/2020 17:11, @lbutlr wrote: > [...] > > echo $1 | sed -e '|</head>|<style>* {color:white !important; background-color: black !important; } </style></head>|' > > What should the sed stuff do? > TTBOMK '|' is not known by sed ...
2015 Sep 02
3
sieve filtering utf 8 strings
Guys, I'm completely stuck, so asking for advice. My user has a sieve script which checks message header if it contains words in russian like '???? ???????????? ?????????'. Pritty simple script # rule:[??????????] if allof (header :contains "subject" "LDS (robot): ???? ???????????? ?????????", header :contains "from" "noreply at
2015 Sep 03
0
sieve filtering utf 8 strings
...=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?Q?=D0=B8=D1=8F__=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= From: noreply at bgoperator.com To: friep at example.net Frop! " 14: ** Testsuite test start: "Test original" 16: header test 16: starting `:contains' match with `i;ascii-casemap' comparator: 16: extracting `subject' headers from message 16: matching value `LDS (robot): ???? ???????????? ????????' 16: with key `LDS (robot): ???? ???????????? ?????????' => 0 16: finishing match with result: not matched 17: jump if result is false 17:...
2015 May 05
0
[sieve] extracting address behavior changes beetwen 2.2.13 and 2.2.16
...eve-test with tracing (it's > great tool!) and I can see as below: > part of sieve filter: > [...] > elsif address :is "From" "backup at areda.pl" { > [...] > > dovecot-2.2.13: > 36: address test > 36: starting `:is' match with `i;ascii-casemap' comparator: > 36: extracting `From' headers from message > 36: parsing address header value `=?UTF-8?B?QmFjdWxhQEFUTQ==?= > <backup at areda.pl>' > 36: extracting `all' part from address `backup at areda.pl' > 36: matching value `backup...
2020 Feb 20
1
My sieve is failing
...ly-To"; addheader "Reply-To" "dovecot at dovecot.org"; addheader "X-Covisp-Reply-To" "True"; } fileinto :create "dovecot"; stop;} And the trace file: 55: header test 55: starting `:contains' match with `i;ascii-casemap' comparator: 55: extracting `List-id' headers from message 55: matching value `Dovecot Mailing List <dovecot.dovecot.org>' 55: with key `dovecot.dovecot.org' => 1 55: finishing match with result: matched 55: jump if result is false 55: not jumping...
2020 May 22
1
Sieve test string and case sensitivity
...am working on a personal Sieve project I decided to run my tool on this testsuite and it stumbled on "Basic assignment: string test failed"[1]. Pigeonhole defaults to comparator "i;octet"[2] for the string test. But Sieve says that the default comparator should be "i;ascii-casemap"[3]. Did I miss some other part of the standard? Can you point me in the right direction? Thank you, Kim Minh. [1]: https://github.com/dovecot/pigeonhole/blob/master/tests/extensions/variables/basic.svtest#L102 [2]: https://github.com/dovecot/pigeonhole/blob/master/src/lib-sieve/plugin...
2006 Jul 02
2
dovecot-lda, sieve, maildir
I'm unable to get dovecot-lda with sieve filtering to deliver into maildir folders. The examples on the wiki explicitly say "mbox", so I'm wondering, does the dovecot-lda sieve implementation not support filtering into maildir folders? -frank