View Issue Details

IDProjectCategoryView StatusLast Update
0004784SOGoBackend Generalpublic2019-07-14 06:23
Reporterdominicpratt Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Platform[Server] LinuxOSDebianOS Version8 (Jessie)
Product Version4.0.7 
Summary0004784: Vacation Mails: From contains only the mail address
Description

Hi there,

I just installed mailcow-dockerized and I'm pretty happy with it.

One thing I can't fix is that when I enable a vacation answer on my account and send me a test mail, the From field contains only the mail address, not my Name.

Normal mails contain both: "Dominic Pratt dominic@example.org", only Vacation Mails don't contain my Name.

After some research it should be possible to change the template for "sogo.sieve" from

if allof ( currentdate :value "le" "date" "2019-05-31" ) { vacation :days 7 :subject "Abwesenheit wegen Urlaub" :addresses ["xxx@example.org"] text:

to something like

if allof ( currentdate :value "le" "date" "2019-05-31" ) { vacation :days 7 :subject "Abwesenheit wegen Urlaub" :addresses ["xxx@example.org"] :from "My Name <xxx@example.org>" text:

Of course "My Name" and the mail address should be filled in automatically. Is there any way to do this? I think this would be useful for other people too...

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-07-14 06:23 dominicpratt New Issue