Top Reply DelimitersThis file contains additional patterns used to detect end of top reply in email message. Basic patterns are defined in topreplydelimiters.dat and will be overwritten by each upgrade. Formal Syntax: |
|||
| replyitems | = | *(replyitem CRLF) | |
| replyitem | = | matchtype=value | |
| matchtype | = | fullmatch|startswith|contains|regex | |
Example: |
|||
fullmatch=-----Original Message-----
fullmatch=______________________ Původní zpráva: ________________________
startswith=<blockquote class="reply_block"
regex=^On [A-Z][a-z]{2}, [A-Z][a-z]{2} [0-9]{1,2}, [0-9]{4} at [0-9]{1,2}:[0-9]{1,2}
|
|||