-----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Monday, January 15, 2024 5:11 PM To: [email protected] Subject: [exim] Re: How can I force redelivery of saved message?
On 1/15/24 22:41, Ken via Exim-users wrote: > The file begins: > > [email protected] Thu Jan 1 00:00:01 1970 > > followed by message headers and the message body, ending with three > consecutive newlines. Exim with a "-t" option will swallow that file on stdin, taking the "from-space" line and applying the "uucp_from_pattern" to it to obtain an envelope sender, and getting envelope recipients from the To: Cc: and Bcc: headers (or Resent- variants, but that gets tricky...). The default for that option is almost certainly sufficient. Bear in mind that the original sender had separate control over the actual envelope recipient and those headers. Those three blank lines will end up as part of the body. -- Cheers, Jeremy -- Thank you for the prompt and helpful reply! Ken -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
