Changes between Version 16 and Version 17 of EmailtoTracScript


Ignore:
Timestamp:
Jan 10, 2006, 11:02:48 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EmailtoTracScript

    v16 v17  
    5353'''email2trac.conf'''::
    5454    Is read by email2trac.py to set the various options. This are the options:
    55 {{{
    56 [DEFAULT]                        # REQUIRED
    57 project: /data/trac/jouvin # REQUIRED
    58 debug: 1                 # OPTIONAL, if set print some DEBUG info
    59 spam_level: 4          # OPTIONAL, if set check for SPAM mail
    60 reply_address: 1      # OPTIONAL, if set then fill in ticket CC field
    61 umask: 022             # OPTIONAL, Use this umask for saving attachments
    62 mailto_link: 1          # OPTIONAL, if set then [mailto:<CC>] in description
    63 email_header: 1       # OPTIONAL, if set then show TO/CC fields in description
    64 trac_version: 0.8      # OPTIONAL. if set then use this as version number, default 0.9
    6555
    66 [bas]                              # OPTIONAL project declaration, if set project option project: /data/trac/bas 
    67 project: /data/trac/bas  # necessary, use -p|--project bas.
    68 spam_level: 2                 # Override DEFAULT spam_level, can also be done for other options 
    69 }}}
     56|| NAME || VALUE || Explanation ||
     57|| [DEFAULT]  || ||  REQUIRED ||
     58|| project:  || /data/trac/jouvin || REQUIRED ||
     59|| debug: || 1                 ||  OPTIONAL, if set print some DEBUG info ||
     60|| spam_level: || 4          || OPTIONAL, if set check for SPAM mail ||
     61|| reply_address: || 1      || OPTIONAL, if set then fill in ticket CC field ||
     62|| umask: || 022             || OPTIONAL, Use this umask for saving attachments ||
     63|| mailto_link: || 1          || OPTIONAL, if set then [mailto:<CC>] in description ||
     64|| email_header: || 1       || OPTIONAL, if set then show TO/CC fields in description||
     65|| trac_version: || 0.8      || OPTIONAL. if set then use this as version number, default 0.9 ||
     66|| || ||
     67|| [bas] ||                               || OPTIONAL project declaration, if set project option project: /data/trac/bas  ||
     68|| project:||  /data/trac/bas  || necessary, use -p|--project bas. ||
     69|| spam_level:|| 2                 || Override DEFAULT spam_level, can also be done for other options  ||
     70
    7071
    7172=== Installation and Configuration ===