Displaying 5 results from an estimated 5 matches for "subin".
Did you mean:
sbin
2019 Feb 20
5
sieve filter not working
I've Dovecot and dovecot-sieve v 2.2.27 installed on a Debian 9.6. I'm
trying to set a Sieve filter which will redirect all emails from `info`
(i.e. .info) TLD to another email. This is the filter:
require ["regex"];
# rule:[test]
if header :regex "from" "info$"
{
redirect "subbs at domain.com";
}
It's not being honored; all emails from .info
2019 Feb 20
1
sieve filter not working -- wildcard missing
...;
> There are online regex checker like https://regex101.com thought not
> specific to sieve's regex, which can be used to test your regular
> expressions. Sieve's regex are quite standard though.
>
> Greetings
> Martin
>
>
> On Wed, 2019-02-20 at 14:00 +0530, subin ks via dovecot wrote:
> > I've Dovecot and dovecot-sieve?v?2.2.27 installed on a Debian 9.6.
> > I'm trying to set a Sieve filter which will redirect all emails
> > from
> > `info` (i.e. .info) TLD to another email. This is the filter:
> >
> > require [&...
2019 Feb 20
0
sieve filter not working -- wildcard missing
...html/draft-murchison-sieve-regex-08#section-2
There are online regex checker like https://regex101.com thought not
specific to sieve's regex, which can be used to test your regular
expressions. Sieve's regex are quite standard though.
Greetings
Martin
On Wed, 2019-02-20 at 14:00 +0530, subin ks via dovecot wrote:
> I've Dovecot and dovecot-sieve?v?2.2.27 installed on a Debian 9.6.
> I'm trying to set a Sieve filter which will redirect all emails from
> `info` (i.e. .info) TLD to another email. This is the filter:
>
> require ["regex"];
> # rule:[tes...
2019 Feb 20
0
sieve filter not working
Why do you use regex ?
You can just use matches: https://p5r.uk/blog/2011/sieve-tutorial.html#matchtype (https://p5r.uk/blog/2011/sieve-tutorial.html#matchtype)
On Wed, Feb 20, 2019 at 03:31 AM, subin ks via dovecot wrote: I've Dovecot and dovecot-sieve v 2.2.27 installed on a Debian 9.6. I'm trying to set a Sieve filter which will redirect all emails from `info` (i.e. .info) TLD to another email. This is the filter:
require ["regex"];
# rule:[test]if header :regex "from&...
2003 Mar 06
1
Re: samba Digest, Vol 3, Issue 10
...p; homedir when I create a NT
> domai n user (???) (Greg Cunningham)
> 23. Re: printer configuration issue (Kurt Weiss)
> 24.
> can connect with smbclient but cannot change the password with
> smbpasswd (Claude Frantz)
> 25. help to configure samba server (subin)
> 26. guest user connects to IPC$ (Claude Frantz)
> 27. Re: Strange smbclient-messages (Kurt Weiss)
> 28. please help me it is urgent (dharanesh dharanesh)
> 29. please help me (dharanesh dharanesh)
> 30. Re: please help me (Luca Massarenti)
> 31. RE: help to configur...