Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines specific reply separators that trigger the discarding of content below them in email replies. |
| What area does it affect? |
Email processing |
| What does the default mean? |
The default value is "\n\n-----Original Message-----,\n\n _____ \n\nFrom:", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when updating email handling configurations or transitioning to new methods. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.pop3.reply_separators |
| Sys ID |
fafa4dbcc611227500bd36fa7401ce31 |
| Type |
string |
| Application |
Global |
| Default value |
\n\n-----Original Message-----,\n\n _____ \n\nFrom: |
| Description |
Discard everything below this text if found in a reply body (DEPRECATED: Use sys_email_reply_separator table) |
| Updated |
2024-05-25 03:39:14 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Enables (true) or disables (false) the ability for locked out users to trigger inbound actions. • Type: true | false • Default value: false • Location: System Property [sys_properties] table glide.pop3.reply_separators Comma-separated list of separators that cause the instance to disregard everything below the text string in the message body. This list is case-sensitive. • Type: string • Default value: \n\n-----Original ...
Related properties