procmail
[Top] [All Lists]

Re: using sed to snip signatures

1997-06-11 11:32:00
T. C. Thomas asked,

| Can you tell me how to do this (chop signature with sed)?

  :0Bfw
  * ^-- *$
  | sed '/^-- *$/,$ d'

provided, of course, that the start of the signature is marked with the
traditional separator.