mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 00:25:51 +03:00
[GH-ISSUE #83] More control over the subject #40
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-postfix-autoreply-modoboa#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jaysee on GitHub (Jul 8, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/83
Hello
Actually the subject is partially auto generated :
"Auto: " + subject + " Re: %dest"This should be more configurable, with variables (original subject, dest email) to permit more flexibility over this.
For example default value should looks like
Auto: MyCustom message Re: %destThanks