From mboxrd@z Thu Jan 1 00:00:00 1970 From: marka@pobox.com (Mark Alexander) Date: Tue, 24 Mar 2009 15:21:10 -0700 Subject: [sup-talk] Configurable SIG_PATTERN? Message-ID: Here's another little feature I'd like to see (and maybe implement when I get the time): I get a lot of automated messages from Bugzilla at work, full of long lines of dashes separating blocks of text. Sup has been interpreting these blocks as signatures when they're within 15 (MAX_SIG_DISTANCE) lines from the end of the message. So I hacked the SIG_PATTERN so that only the first regexp is used. This is probably wrong for many users, though. I was thinking it might be nice to have both SIG_PATTERN and MAX_SIG_DISTANCE settable in config.yaml. Does this make sense?