Changes between Version 137 and Version 138 of Email2tracConfiguration


Ignore:
Timestamp:
08/31/12 10:21:48 (12 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracConfiguration

    v137 v138  
    1818|| email_header: || 0 || OPTIONAL, if set then show TO/CC fields in description ||
    1919|| email_quote || > || OPTIONAL, if strip_quote is set, then remove email starting with this quote char || < 2.6.0 ||
    20 || email_quote ||   ^> .* || OPTIONAL, if strip_quote is set. Remove email if it matche regular expression || >= 2.6.0 ||
     20|| email_quote ||   ^> .* || OPTIONAL, if strip_quote is set. Remove email if it matche regular expression || => 2.6.0 ||
    2121|| email_triggers_workflow || 1 || OPTIONAL,  If set to 0 it will prevent closed tickets to be reopened or trigger a [#Workflow workflow] || 1.6.0 ||
    2222|| enable_syslog || 0 || OPTIONAL, if set log errors to syslog, note they are ''not'' mailed back to the reporter || deprecated in 1.5.0 ||
     
    3333|| notify_reporter || 0 || OPTIONAL, if set then always mail the reporter || 2.0.0 ||
    3434|| notify_reporter_black_list || None || Do not send mail if reporter matches. Can have muliple values separated by '','' || 2.0.0 ||
     35|| only_strip_on_update || False || OPTIONAL, if set then only strip signature and/or quote for ticket updates || 2.6.0 ||
    3536|| parentdir || <directory> || OPTIONAL, Is the root directory of all trac projects, see [#Parentdir parentdir] || 2.0.0 ||
    3637|| python_egg_cache || `$PYTHON_EGG_CACHE` || OPTIONAL, if set use this setting as environment variable; some installations depend on this. ||
     
    4243|| strip_quotes || 0 || OPTIONAL, if set strip quotes from the email, useful when replying to tickets (see also email_quote), default: 0 ||
    4344|| strip_signature || 0 || OPTIONAL, if set try to remove the user signature from the mail, default: 0 ||
     45|| strip_signature_regex || -----Original Message-----$|^-- $ || Strip signature when it matches this regular expression, NOTE all lines after this match will be deleted || 2.6.0 ||
    4446|| subject_field_separator || & || OPTIONAL.  This is used to split the subject line, see [wiki:Email2tracParse#Subjectfield Subject field parsing] || 1.1.0 ||
    4547|| ticket_permission_system |||| OPTIONAL. Select which [#PermissionSystem Permission System] must be used ''trac'' or ''update_restricted_to_participants'' || 1.5.0 ||