Changes between Version 66 and Version 67 of Email2tracConfiguration


Ignore:
Timestamp:
04/16/09 13:56:05 (15 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracConfiguration

    v66 v67  
    1010|| [DEFAULT]        ||                ||  REQUIRED ||
    1111|| project:         || `/data/trac/jouvin` || REQUIRED ||
     12|| alternate_notify_template          || None || OPTIONAL if set then use this style sheet for notify.  E.g., `ticket_alternate` ||
     13|| alternate_notify_template_update   || None || OPTIONAL if set then use this style sheet for notify ticket updates.  E.g., `ticket_alternate_update` ||
     14|| applesingle      || warn           || OPTIONAL, [#AppleAttachmentsoptions Apple Attachments options], default: warn ||
     15|| appledouble      || warn           || OPTIONAL, [#AppleAttachmentsoptions Apple Attachments options], default: warn ||
     16|| binhex           || warn           || OPTIONAL, [#AppleAttachmentsoptions Apple Attachments options], default: warn ||
     17|| black_list       ||                || Drop mail if sender/domain matches. Can have multiple values separated by '',''. ||
    1218|| debug:           || 0              ||  OPTIONAL, if set print some DEBUG info ||
     19|| drop_spam:       || 0              || OPTIONAL:, if set then reject mail marked as SPAM ||
     20|| email_header:    || 0              || OPTIONAL, if set then show TO/CC fields in description ||
     21|| email_comment    || >              || OPTIONAL, prefix used to comment original text of ticket when using mailto_link ||
     22|| email_quote      || >              || OPTIONAL, if strip_quote is set, then remove email starting with this quote char ||
     23|| enable_syslog    || 0              || OPTIONAL, if set log errors to syslog, note they are ''not'' mailed back to the reporter ||
     24|| ignore_trac_user_settings || 0     || OPTIONAL, if set it will skip the email address to trac user login name mapping ||
     25|| mailto_cc:       ||                || OPTIONAL, use this address as CC in mailto line.  E.g., `ticket@test.nl` ||
     26|| mailto_link:     || 0              || OPTIONAL, if set then {{{[mailto:reporter]}}} in description ||
     27|| python_egg_cache || `$PYTHON_EGG_CACHE` || OPTIONAL, if set use this setting as environment variable; some installations depend on this. ||
     28|| recipient_list   ||                || If set then only accept mail when the ''to-field'' is in this list, usually only used in a dropbox configuration ||
     29|| reflow           || 1              || OPTIONAL, if set then soft line breaks will be removed from {{[format:flowed]}} email when creating the ticket with verbatim_format turned off ||
     30|| reply_all:       || 0              || OPTIONAL, if set then put all CC-addresses in ticket CC-field ||
    1331|| spam_level:      || 0              || OPTIONAL, if set check for SPAM mail ||
    1432|| spam_header      || X-Spam-Score   || OPTIONAL, Check this email header field for SPAM ||
    15 || drop_spam:       || 0              || OPTIONAL:, if set then reject mail marked as SPAM ||
    16 || black_list       ||                || Drop mail if sender/domain matches. Can have multiple values separated by '',''. ||
     33|| strip_quotes     || 0              || OPTIONAL, if set strip quotes from the email, useful when replying to tickets (see also email_quote), default: 0 ||
     34|| strip_signature  || 0              || OPTIONAL, if set try to remove the user signature from the mail, default: 0 ||
     35|| ticket_update:   || 0              || OPTIONAL, if set then check if this is an update for a ticket (see below) ||
     36|| tmpdir           || `/tmp`         || OPTIONAL, if set use this as temporary directory, default: ''/tmp'' ||
     37|| trac_version:    || 0.10           || OPTIONAL, if set then use this as version number ||
     38|| umask:           || process's umask  || OPTIONAL, if set use this umask for saving attachments.  E.g., `022`. ||
     39|| use_textwrap     || 0              || OPTIONAL, if set wrap text lines longer then the indicated number of characters.  A value of 0 disables wrapping. ||
     40|| verbatim_format  || 1              || OPTIONAL, default: 1, if unset then do not use format: ''{{{'' mail body text ''}}]'' ||
    1741|| white_list       ||                || If set only accept mail when sender matches. Can have multiple values separated by '','' ||
    18 || recipient_list   ||                || If set then only accept mail when the ''to-field'' is in this list, usually only used in a dropbox configuration ||
    19 || reply_all:       || 0              || OPTIONAL, if set then put all CC-addresses in ticket CC-field ||
    20 || umask:           || process's umask  || OPTIONAL, if set use this umask for saving attachments.  E.g., `022`. ||
    21 || mailto_link:     || 0              || OPTIONAL, if set then {{{[mailto:reporter]}}} in description ||
    22 || mailto_cc:       ||                || OPTIONAL, use this address as CC in mailto line.  E.g., `ticket@test.nl` ||
    23 || ticket_update:   || 0              || OPTIONAL, if set then check if this is an update for a ticket (see below) ||
    24 || email_header:    || 0              || OPTIONAL, if set then show TO/CC fields in description ||
    25 || trac_version:    || 0.10           || OPTIONAL, if set then use this as version number ||
    26 || alternate_notify_template          || None || OPTIONAL if set then use this style sheet for notify.  E.g., `ticket_alternate` ||
    27 || alternate_notify_template_update   || None || OPTIONAL if set then use this style sheet for notify ticket updates.  E.g., `ticket_alternate_update` ||
    28 || enable_syslog    || 0              || OPTIONAL, if set log errors to syslog, note they are ''not'' mailed back to the reporter ||
    29 || verbatim_format  || 1              || OPTIONAL, default: 1, if unset then do not use format: ''{{{'' mail body text ''}}]'' ||
    30 || reflow           || 1              || OPTIONAL, if set then soft line breaks will be removed from {{[format:flowed]}} email when creating the ticket with verbatim_format turned off ||
    31 || strip_signature  || 0              || OPTIONAL, if set try to remove the user signature from the mail, default: 0 ||
    32 || use_textwrap     || 0              || OPTIONAL, if set wrap text lines longer then the indicated number of characters.  A value of 0 disables wrapping. ||
    33 || python_egg_cache || `$PYTHON_EGG_CACHE` || OPTIONAL, if set use this setting as environment variable; some installations depend on this. ||
    34 || tmpdir           || `/tmp`         || OPTIONAL, if set use this as temporary directory, default: ''/tmp'' ||
    35 || email_comment    || >              || OPTIONAL, prefix used to comment original text of ticket when using mailto_link ||
    36 || ignore_trac_user_settings || 0     || OPTIONAL, if set it will skip the email address to trac user login name mapping ||
    37 || binhex           || warn           || OPTIONAL, [#AppleAttachmentsoptions Apple Attachments options], default: warn ||
    38 || applesingle      || warn           || OPTIONAL, [#AppleAttachmentsoptions Apple Attachments options], default: warn ||
    39 || appledouble      || warn           || OPTIONAL, [#AppleAttachmentsoptions Apple Attachments options], default: warn ||
    4042
    4143|| FURTHER ENTRIES || EXAMPLE VALUE  || DESCRIPTION ||