View Issue Details

IDProjectCategoryView StatusLast Update
0006100SOGoGUIpublic2025-03-13 16:34
Reporterlitauer Assigned Toqhivert  
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Product Version5.11.2 
Summary0006100: vacation auto reply ignores start time
Description

Seems as if the start time for a vacation reply is ignored. When defining a start date, the vacation is immediately enabled at 0:00.

Steps To Reproduce

enable vacation auto reply
define start date as today
define start time as current time + 3 hours

Additional Information

The attached screenshot shows my vacation preferences at about 2:55pm. The sieve script was immediately updated with a vacation section:

if allof ( not exists ["list-help", "list-unsubscribe", "list-subscribe", "list-owner", "list-post", "list-archive", "list-id", "Mailing-List"], not header :comparator "i;ascii-casemap" :is "Precedence" ["list", "bulk", "junk"], not header :comparator "i;ascii-casemap" :matches "To" "Multiple recipients of*" ) { vacation :days 7 :addresses ["xxxxx@uni-koblenz.de"] text:
Sehr geehrte Damen und Herren, Test Test test.

Freundliche Grüße
Christoph Litauer
.
;
}

TagsNo tags attached.

Activities

litauer

litauer

2025-03-13 14:21

reporter  

qhivert

qhivert

2025-03-13 14:30

administrator   ~0018120

Hello,
I think there's a misunderstanding about those parameters.
enable autoreply time at and disable autoreply time at should be used to set a timespan in the day when the autoreply is sent. They should'nt be used to set a rule like from 2024/03/02 19:00 to 2024/03/10 10:00.

In your screenshot, the autoreply is only sent between 17:00 and 23:59 everyday starting at 2025-03-13

litauer

litauer

2025-03-13 16:07

reporter   ~0018126

Thanks for clarifying!
But: I configured a vacation for 13.3.24 between 17:00 and 23:59. Did that at 16:00..
Sending a testmail has been replied with a vacation message. Shouldn't happen ... or do I still misunderstand the parameters?

litauer

litauer

2025-03-13 16:09

reporter   ~0018127

Sorry for the typos: Should be 13.3.2025.
I sent the testmail before 17:00.

qhivert

qhivert

2025-03-13 16:14

administrator   ~0018128

Could you check what is written in your sieve script? I don't see any relating things about date and time in the one you put here.
If there is nothing check the capabilities of your sieve server, they must have date and relational for it to work.

litauer

litauer

2025-03-13 16:34

reporter   ~0018129

Thanks a lot. I rechecked our sieve server which is not ready for date and relational.

Issue History

Date Modified Username Field Change
2025-03-13 14:21 litauer New Issue
2025-03-13 14:21 litauer File Added: Bildschirmfoto 2025-03-13 um 14.55.42.png
2025-03-13 14:30 qhivert Note Added: 0018120
2025-03-13 16:07 litauer Note Added: 0018126
2025-03-13 16:09 litauer Note Added: 0018127
2025-03-13 16:14 qhivert Note Added: 0018128
2025-03-13 16:14 qhivert Assigned To => qhivert
2025-03-13 16:14 qhivert Status new => feedback
2025-03-13 16:34 litauer Note Added: 0018129
2025-03-13 16:34 litauer Status feedback => assigned