Is there a way to show original filename in outbound (poller) error directory? #549
-
|
Currently, when an outbound file has an error it goes to the directory defined by |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can set the "stored_error_filename" parameter on the poller to You can control the filename stored in the SENT directory if you enable storing sent files by setting the "stored_sent_filename" parameter |
Beta Was this translation helpful? Give feedback.
You can set the "stored_error_filename" parameter on the poller to
$msg.original_filenameNOTE: 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