View Issue Details

IDProjectCategoryView StatusLast Update
0005448SOGoBackend Mailpublic2021-12-16 14:42
Reporterrschuetz Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version5.4.0 
Summary0005448: Activation time constraint for vacation auto reply results in invalid Sieve script
Description

Section 4.1 of RFC5260 (Sieve Email Filtering: Date and Index Extensions) specifies that the time zone offset for the :zone argument must be prefixed with "+" if the time is ahead of UTC. Currently Dovecot's Pigeonhole Sieve implementation complains (e.g. sogo: line 2: warning: specified :zone argument '0100' is not a valid timezone.) if a user from such a time zone configures a time constraint for vacation auto reply.

TagsNo tags attached.

Activities

rschuetz

rschuetz

2021-12-16 14:31

reporter   ~0015697

Shouldn't the condition rather be seconds >= 0 to correctly deal with UTC itself?

francis

francis

2021-12-16 14:42

administrator   ~0015698

Thanks @rschuetz!

Related Changesets

sogo: master 2daeab3d

2021-12-16 09:13

francis


Details Diff
fix(preferences): add plus sign to timezone in Sieve script

Fixes 0005448
Affected Issues
0005448
mod - SoObjects/SOGo/SOGoSieveManager.m Diff File

sogo: master f1912310

2021-12-16 09:40

francis


Details Diff
fix(preferences): add plus sign to timezone in Sieve script

Fixes 0005448
Affected Issues
0005448
mod - SoObjects/SOGo/SOGoSieveManager.m Diff File

Issue History

Date Modified Username Field Change
2021-12-16 14:01 rschuetz New Issue
2021-12-16 14:14 francis Changeset attached => sogo master 2daeab3d
2021-12-16 14:14 francis Assigned To => francis
2021-12-16 14:14 francis Resolution open => fixed
2021-12-16 14:15 francis Status new => resolved
2021-12-16 14:15 francis Fixed in Version => 5.4.0
2021-12-16 14:31 rschuetz Status resolved => feedback
2021-12-16 14:31 rschuetz Resolution fixed => reopened
2021-12-16 14:31 rschuetz Note Added: 0015697
2021-12-16 14:41 francis Changeset attached => sogo master f1912310
2021-12-16 14:41 francis Resolution reopened => fixed
2021-12-16 14:42 francis Status feedback => resolved
2021-12-16 14:42 francis Note Added: 0015698