-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Feature request: alternative name for Date: header field
Hi
It would be nice with an option to rename or prepend a prefix to the Date: header attribute
Reasoning:
The way we use mailmerge is by generating output to a spool-file (using --output-format raw)
That enables to do extensive review of what actually is generated before sending out emails.
Once we are satisfied with the generated spool-file - the individual emails in the spoo-lfile are split (by a simple shell script) and sent via sendmail (postfix incarnation). As postfix (sendmail) adds its own "Date:" attr at the actual queuing time it would be useful to let the the generated Date: attr be know by another name - as it represents the date of the generation (rendering) and not the queueing - which in theory could be many days apart.