Skip to content
Discussion options

You must be logged in to vote

You can set the "stored_error_filename" parameter on the poller to $msg.original_filename
NOTE: If you are not guaranteed that every file that lands in the outbox is going to be different you may end up overwriting the file if subsequent errors occur so either prepend or append something unique like the Message-Id ($msg.headers.message-id)or a random number ($rand.1234 for a 4 digit random number).

You can control the filename stored in the SENT directory if you enable storing sent files by setting the "stored_sent_filename" parameter

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JakeHuneau-LSPedia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants