Summary | sieve vacation does not match sendmail date |
Queue | Ingo |
Queue Version | 1.2.3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | ricardo (at) wenn (dot) com |
Created | 12/17/2009 (5653 days ago) |
Due | |
Updated | 05/25/2024 (380 days ago) |
Assigned | 12/22/2009 (5648 days ago) |
Resolved | 02/04/2010 (5604 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 1.2.4 |
Patch | No |
New Attachment: e.mp3
url=http://46.0.190.205:8000/fog.html">
Support some non-standard Date: headers in Sieve vacation rules
(
Request #8783).http://git.horde.org/diff.php/ingo/docs/CHANGES?rt=horde-git&r1=32b619aa77fa023460409b7161417071d90040ee&r2=b4ad4f8663a37182188cbffd960651e089893e8a
http://git.horde.org/diff.php/ingo/lib/Script/Sieve.php?rt=horde-git&r1=a04d974faf3fd7f46e2036a8917d2fab4091fbdb&r2=b4ad4f8663a37182188cbffd960651e089893e8a
Support some non-standard Date: headers in Sieve vacation rules
(
Request #8783).http://git.horde.org/diff.php/ingo/docs/CHANGES?rt=horde-hatchery&r1=32b619aa77fa023460409b7161417071d90040ee&r2=b4ad4f8663a37182188cbffd960651e089893e8a
http://git.horde.org/diff.php/ingo/lib/Script/Sieve.php?rt=horde-hatchery&r1=a04d974faf3fd7f46e2036a8917d2fab4091fbdb&r2=b4ad4f8663a37182188cbffd960651e089893e8a
State ⇒ Feedback
Taken from
Assigned to Jan Schneider
Support some non-standard Date: headers in Sieve vacation rules
(
Request #8783).http://cvs.horde.org/diff.php/ingo/docs/CHANGES?rt=horde&r1=1.55.2.138&r2=1.55.2.139&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Script/sieve.php?rt=horde&r1=1.63.10.41&r2=1.63.10.42&ty=u
Wed, 16 Dec 2009 16:20:54 +0000 (envelope-from
<bo-8Z4-2XUR-1EP5GH-BYMHQ@cmp.dotmailer.co.uk>)
Wed, 16 Dec 2009 19:11:38 +0000 GMT
Wed, 16 Dec 2009 11:12:58 +0000 (UTC)
Wed, 16 Dec 2009 16:20:54 +0000 (envelope-from
<bo-8Z4-2XUR-1EP5GH-BYMHQ@cmp.dotmailer.co.uk>)
hope this helps
Patch ⇒ No
Milestone ⇒ 1.2.4
Assigned to
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ sieve vacation does not match sendmail date
Type ⇒ Bug
Queue ⇒ Ingo
Wed, 16 Dec 2009 19:11:38 GMT
The sieve filter does not match the date of internal emails though our
sendmail system as they only contain received headers with dates in
that format.
Aparently the script likes to see the folowing.
Wed, 16 Dec 2009 19:11:38 +0000
I was on IRC and patdk-wk gave me a small modification to the script.
/horde/ingo/lib/Script/sieve.php
Replace all instances of....
(\\\\+|\\\\-)....( \\\\(.*\\\\))?$
with
(\\\\+|\\\\-)?....?( \\\\(.*\\\\))?$
This has sorted my issue out.