Roundup Tracker - Issues

Message1016

Author stefan
Recipients
Date 2003-10-21.20:26:28
Message-id
In-reply-to
I recently mailed to the tracker a mail containing
---
lines (to mark up code snippets), but the mail gateway
removed everything below it.

Looking into the code I find the pattern for the
signature to be
signature=re.compile(r'^[>|\s]*[-_]+\s*$')

(mailgw.py, line 1111),

and I'm wondering why that doesn't simply read

 signature=re.compile(r'^-- $').

As far as I know, it's really '--' that should be
matched, not any number of '-' greater than 1.
History
Date User Action Args
2009-02-03 14:20:30adminlinkissue827775 messages
2009-02-03 14:20:30admincreate