View Issue Details

IDProjectCategoryView StatusLast Update
0005679SOGoBackend Mailpublic2023-01-21 22:11
Reporterbero Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformServerOSLinuxOS VersionOpenMandriva 5.0
Product Version5.8.0 
Summary0005679: Expiring autoreplies need a master user
Description

Currently an expiring autoreply needs a sieve master user configured for "sogo-tool update-autoreply".

Since it is not obvious how to do that in a very secure way, it may be better to expire autoreplies in the sieve script itself, e.g.

require ["date", "relational", "vacation"];

if currentdate :value "le" "date" "2023-01-28" {
vacation "I'll be back on the 28th";
}

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-01-21 22:11 bero New Issue