search for: p5r

Displaying 11 results from an estimated 11 matches for "p5r".

Did you mean: p5
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
2020 Jul 12
2
Sieve and handling multiple addresses
...allof (header :contains ["to"] ["foo#example.com"], >> header :contains ["cc"] ["foo#example.com"]) >> Takes care of the first part of the message 1 and 2 criteria. But then what? > > to, cc can be one single header test > > https://p5r.uk/blog/2011/sieve-tutorial.html > > allof will force all headers to match, and thus it will not always work if foo is not in both > > will this solve it ? That is helpful, but I still do not see how to test for "email has anndress other than this address". If I simply say...
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 emai...
2020 Jul 12
2
Sieve and handling multiple addresses
I an trying to write a sieve action that will take mail that is addressed to a user only it is filed in a mailbox (e.g. "Direct") if it is to the email AND to any other email address, then file it in a mailbox named, e.g. "Cc". And if the mail is not addressed to the user at all, sieve does nothing with it. Message 1: to foo at example.com => Direct Message 2: to/cc foo at
2020 Jul 19
3
Sieve and handling multiple addresses
...quot;] ["foo#example.com"], >>>> header :contains ["cc"] ["foo#example.com"]) >>>> Takes care of the first part of the message 1 and 2 criteria. But then what? >>> to, cc can be one single header test >>> >>> https://p5r.uk/blog/2011/sieve-tutorial.html >>> >>> allof will force all headers to match, and thus it will not always work if foo is not in both >>> >>> will this solve it ? >> That is helpful, but I still do not see how to test for "email has anndress other t...
2020 Jul 12
0
Sieve and handling multiple addresses
...> > if :allof (header :contains ["to"] ["foo#example.com"], > header :contains ["cc"] ["foo#example.com"]) > > Takes care of the first part of the message 1 and 2 criteria. But then > what? to, cc can be one single header test https://p5r.uk/blog/2011/sieve-tutorial.html allof will force all headers to match, and thus it will not always work if foo is not in both will this solve it ?
2020 Jul 18
0
Sieve and handling multiple addresses
...:contains ["to"] ["foo#example.com"], >>> header :contains ["cc"] ["foo#example.com"]) >>> Takes care of the first part of the message 1 and 2 criteria. But then what? >> to, cc can be one single header test >> >> https://p5r.uk/blog/2011/sieve-tutorial.html >> >> allof will force all headers to match, and thus it will not always work if foo is not in both >> >> will this solve it ? > That is helpful, but I still do not see how to test for "email has anndress other than this address"...
2008 Jan 03
3
mounting & partitioning Seagate FreeAgent external HD
Hi all, As a disclaimer, I'm new to this list and very green administering CentOS. I run it on my test servers and do very basic networking and server administration (most users, permissions, and web app stuff). I have a backup server that I am using rsync to collect important in-process file for our digital library from both Windows and Linux servers, as well as a specific applications
2006 Oct 03
1
HP Toolbox kills Samba
...;<Q'?*A\]E4*//&C_^Z.7?%_+HQ$8D)Y)S7LGIA6)8 MD!"#U( #.( #)">2$\F)Y%RBY'3"JAS)28A!:L !', !DA/)B>1$<BY1<D:[ M"B0G(0:I`0=P``=(3B0GDA/)N43)Z;5&<A)BD!IP``=PP'H;X$&CI:71O'#. MH='PR<1F.( #.$"C`0\:+2V-IGT@6Q"?3&R&@P5R,.@UW[>'JV]>U$>3<?%) M]YZ]JA\<1B.^+DPSQD&SU^T67K:HKT;]I''>.?NXN77]X8O&\'1SI?9;HU_K M7W9K&]U!LU4OOV$ENBXI"UL_E=GV[M[V[F&VNMO+!I?-T^RD<];.>OVLU>G' MZ_?Z']<>]<# #,Q$1(3FMQ":,S'V]U>G7@6).L61HT[A``[@`&$'/...
2020 Mar 31
1
Re: Ovs error when starting vm: ovs-vsctl: 'del-port' command requires at least 1 arguments
Michal Prívozník wrote: > Can you please turn on debug logs and share them? > > https://wiki.libvirt.org/page/DebugLogs Thanks for replying, I have downgraded libvirt back to version 5.6.0 (and VMs were again able to start), but I will try to reproduce the problem on another machine in the next few days and post the logs here. Thanks, Thomas
2020 Mar 30
2
Ovs error when starting vm: ovs-vsctl: 'del-port' command requires at least 1 arguments
Hi, my system got updated to libvirt 6.0.0 (from 5.6.0) this morning, and now I'm having problems starting VMs that make use of openvswitch portgroups. When I start a VM, I get this error message on virsh: > virsh # start testvm > error: Failed to start domain testvm > error: An error occurred, but the cause is unknown The system log contains: > Mar 30 09:45:39 tplinux