2017-02-18 20:17:07 +00:00
|
|
|
filetype: mail
|
|
|
|
|
|
2017-03-21 18:55:22 +00:00
|
|
|
detect:
|
2017-02-18 20:17:07 +00:00
|
|
|
filename: "(.*/mutt-.*|\\.eml)$"
|
|
|
|
|
header: "^From .* \\d+:\\d+:\\d+ \\d+"
|
|
|
|
|
|
|
|
|
|
rules:
|
2017-03-21 18:55:22 +00:00
|
|
|
- constant: "^From .*"
|
2017-02-18 20:17:07 +00:00
|
|
|
- identifier: "^[^[:space:]]+:"
|
|
|
|
|
- preproc: "^List-(Id|Archive|Subscribe|Unsubscribe|Post|Help):"
|
|
|
|
|
- constant: "^(To|From):"
|
2017-03-21 18:55:22 +00:00
|
|
|
- constant.string: "^Subject:.*"
|
2017-02-18 20:17:07 +00:00
|
|
|
- statement: "<?[^@[:space:]]+@[^[:space:]]+>?"
|
|
|
|
|
- default:
|
|
|
|
|
start: "^\\n\\n"
|
|
|
|
|
end: ".*"
|
|
|
|
|
rules: []
|
2017-03-21 18:55:22 +00:00
|
|
|
|
|
|
|
|
- comment: "^>.*$"
|