This Text file is old! In a 🏛️Museum, an unsorted archive of (user-)pages. (Saved from Geocities in Oct-2009. The archival story: oocities.org)
--------------------------------------- (To 🚫report any bad content: archivehelp @ gmail.com)
>

% -*- mode: slang; mode: fold; -*-                                     %{{{
% This macro removes signatures marked with "--" or "-- \n". 
% If you want to use it with slrn put the following line in .slrnrc:
%     set post_editor_command "jed '%s' -tmp -f wywal_ms_siga"
% or, if you use jed in mail_mode:
%     set post_editor_command  "jed '%s' -tmp -f '{mail_mode;wywal_ms_siga;}'"
% Put a similar line in .muttrc/.pinerc/.whateverrc
% (by tsca; more info @ http://www.geocities.com/tsca.geo/slang.html)  %}}}

 define wywal_ms_siga ()
{ eob;
  if (re_bsearch ("^> ?-- ?$"))
   { push_mark;
     if (re_fsearch ("^-- $")) up(1); else eob;
     del_region;
     % message ("M$ signature removed.");
   }
}
% --- end here ------------------------------------------------------------- -

Text file Source (historic): geocities.com/tsca.geo/slang

geocities.com/tsca.geo

(to report bad content: archivehelp @ gmail)