This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| reference:autoresponder_global_script [2026/03/20 22:41] – [PostProcessAutoresponder] paul | reference:autoresponder_global_script [2026/03/23 15:29] (current) – [PostProcessAutoresponder] paul | ||
|---|---|---|---|
| Line 66: | Line 66: | ||
| * incoming_message = the incoming message (including headers). This is truncated at 100,000 bytes | * incoming_message = the incoming message (including headers). This is truncated at 100,000 bytes | ||
| - | The function returns one value, which is the new autoresponder message text. So, it should at least return the second parameter provided to it. If this is blank, then the autoresponse will not be generated, and any side-effects | + | The function returns one value, which is the new autoresponder message text. So, it should at least return the second parameter provided to it. |
| + | |||
| + | **If no value is returned**, then the original | ||
| + | If a blank string is returned, then the autoresponse will not be generated at all. | ||
| There are extra global variables provided to the PostProcessAutoresponder function as well as the '' | There are extra global variables provided to the PostProcessAutoresponder function as well as the '' | ||