Roundup Tracker - Issues

Message5124

Author schlatterbeck
Recipients rouilj, schlatterbeck
Date 2014-07-21.15:36:42
Message-id <20140721153638.GA8553@runtux.com>
In-reply-to <1405827997.59.0.677698344799.issue2550849@psf.upfronthosting.co.za>
On Sun, Jul 20, 2014 at 03:46:37AM +0000, John Rouillard wrote:
> 
> New submission from John Rouillard:
> 
> Maybe as a pre-check before trying to parse the argument list,
> the code should check to see  if the title (or any prior title)
> for the issue matches the subject line. If so then it should skip 
> the argument processing and just add the entry.

There are already settings for being less strict with suffix parsing,
see config-option "subject_suffix_parsing" which, by default, is set to
"strict". Our tracker probably has the default of "strict". I think
setting this to "loose" will already do what you want?

"""
# Controls the parsing of the [suffix] on subject
# lines in incoming emails. "strict" will return an
# error to the sender if the [suffix] is not recognised.
# "loose" will attempt to parse the [suffix] but just
# pass it through as part of the issue title if not
# recognised. "none" will always pass any [suffix]
# through as part of the issue title.
# Default: strict
subject_suffix_parsing = strict
"""

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   http://www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office@runtux.com
allmenda.com member                     email: rsc@allmenda.com
History
Date User Action Args
2014-07-21 15:36:44schlatterbecksetrecipients: + schlatterbeck, rouilj
2014-07-21 15:36:44schlatterbecklinkissue2550849 messages
2014-07-21 15:36:43schlatterbeckcreate