]> git.cworth.org Git - sup/commitdiff
yet another sig pattern :(
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 24 Sep 2007 02:13:17 +0000 (02:13 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 24 Sep 2007 02:13:17 +0000 (02:13 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@592 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/message.rb

index cb4b5b6d2d0e2c5ba16c2c20449f87957ee4b46d..ef431ed5b9bf2d291f0cb17d5224599b93cef36a 100644 (file)
@@ -143,7 +143,7 @@ private
   QUOTE_PATTERN = /^\s{0,4}[>|\}]/
   BLOCK_QUOTE_PATTERN = /^-----\s*Original Message\s*----+$/
   QUOTE_START_PATTERN = /(^\s*Excerpts from)|(^\s*In message )|(^\s*In article )|(^\s*Quoting )|((wrote|writes|said|says)\s*:\s*$)/
-  SIG_PATTERN = /(^-- ?$)|(^\s*----------+\s*$)|(^\s*_________+\s*$)|(^\s*--~--~-)/
+  SIG_PATTERN = /(^-- ?$)|(^\s*----------+\s*$)|(^\s*_________+\s*$)|(^\s*--~--~-)|(^\s*--\+\+\*\*==)/
 
   MAX_SIG_DISTANCE = 15 # lines from the end
   DEFAULT_SUBJECT = ""