Changes between Version 41 and Version 42 of Email2tracMta
- Timestamp:
- 01/09/12 13:39:12 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Email2tracMta
v41 v42 12 12 * --eggcache: Set the enviroment for the python egg cache directory. This must be writeable by the trac user. 13 13 {{{ 14 tracproj: "|/usr/bin/run_email2trac [--project =<name>] [--ticket_prefix=<name>] [--eggcache=<directory>]"14 tracproj: "|/usr/bin/run_email2trac [--project <name>] [--ticket_prefix <name>] [--eggcache <directory>]" 15 15 }}} 16 16 … … 31 31 * --eggcache: Set the enviroment for the python egg cache directory. This must be writeable by the trac user. 32 32 {{{ 33 tracproj: "|/usr/bin/run_email2trac [--project =<name>] [--ticket_prefix=<name>] [--eggcache=<directory>]"33 tracproj: "|/usr/bin/run_email2trac [--project <name>] [--ticket_prefix <name>] [--eggcache=<directory>]" 34 34 }}} 35 35 … … 63 63 in aliases use: 64 64 65 "|run_email2trac -project =bas"65 "|run_email2trac -project bas" 66 66 67 67 Note: Include the quotes, they are necessary. That got me past the … … 122 122 123 123 {{{ 124 |preline "/usr/local/bin/run_email2trac [--project =<name>] [--ticket_prefix=<name>]"124 |preline "/usr/local/bin/run_email2trac [--project <name>] [--ticket_prefix <name>] [--eggcache <directory>]" 125 125 }}} 126 126 Preline is a qmail helper that appends proper email headers to emails, in order that "traditional" filtering programs can deal with qmail emails. … … 147 147 * Test with a command like : 148 148 {{{ 149 email2trac --project =tracproj< msg.txt149 email2trac --project <name> < msg.txt 150 150 }}} 151 151