rmail-unix-mail-delimiter

rmail-unix-mail-delimiter is a variable defined in `rmail.el'.
Its value is

"From \\([^-\n- ].*\\)? \\([^- ]+\\) +\\([^- ]+\\) +\\([0-3]?[0-9]\\) +\\([0-2][0-9]:[0-5][0-9]\\(:[0-6][0-9]\\)?\\) *\\([A-Z]?[A-Z]?[A-Z][A-Z]\\( DST\\)?\\|[-+]?[0-9][0-9][0-9][0-9]\\|\\) * \\([0-9][0-9]+\\) *\\([A-Z]?[A-Z]?[A-Z][A-Z]\\( DST\\)?\\|[-+]?[0-9][0-9][0-9][0-9]\\|\\) *\\(remote from .*\\)?\n"


Documentation:
Regexp matching the delimiter of messages in UNIX mail format
(UNIX From lines), minus the initial ^. Note that if you change
this expression, you must change the code in `rmail-nuke-pinhead-header'
that knows the exact ordering of the \( \) subexpressions.