Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (226 - 228 of 332)

Ticket Resolution Summary Owner Reporter
#256 fixed to env or not to env .. that is the question.. bas edward.b.matheson@…
Description

So I am getting this in the output logs

2011-07-28 13:52:54,438 email2trac atol: Loading environment /var/trac/atol 2011-07-28 13:52:54,577 email2trac atol: Trac project does not exists: /var/trac/atol

  • email2trac.conf
    [DEFAULT]
    parentdir: /var/trac
    project: /var/trac/atol
    debug: 1
    log_type: file
    log_level: DEBUG
    log_file: /tmp/email2trac.log
    umask: 022
    spam_level: 5
    reply_all : 0
    mailto_link: 0
    umask: 022
    email_header: 0
    trac_version: 0.12
    # enable_syslog : 1
    alternate_notify_template :
    alternate_notify_template_update :
    drop_spam : 0
    verbatim_format: 1
    strip_signature: 1
    email_quote: >
    strip_quotes: 0
    ignore_trac_user_settings: 0
    black_list: MAILER-DAEMON@
    drop_alternative_html_version: 1
    ticket_update: 1
    strip_signature: 1
    html2text_cmd: /usr/bin/html2text -nobs
    trac_version: 0.12
    
    [atol]
    d318support_component : Branch_Support
    d318support_ttd : D318-support
    
    atolsupport_component : ATOLNet
    atolsupport_ttd : atol-support 
    
  • aliases
    trac: "| /usr/local/bin/email2trac --project=atol"
    d318-support: "| /usr/local/bin/email2trac --project=atol --ticket_prefix=d318support"
    atol-support: "| /usr/local/bin/email2trac --project=atol --ticket_prefix=atolsupport"
    
  • using trac .0.12.2
  • I can't get any of the aliases working.. help?
#132 fixed Just keep the latest replied message in email to the description of ticket bas dsu@…
Description

There can be many replied message (replied by some members of email loop) in email, when I send this email to Trac, all the replied message will be in description of ticket. How can I just keep the latest replied message in email to the description of new / updated ticket ? By the way, when I send email to submit Trac ticket, there seems redundant attachment named "untitled-part.html" in created ticket, how can it be removed ?

#231 fixed Sending new email2trac ticket via email because of spam rejection by Sara's Trac project bas dmcr@…
Description
Hi Bas,

I tried to submit the text below, and got the infamous ' Submission rejected
as potential spam' error. Don't know of any workaround except to email you
directly.

Here is a patch that fixes some problems with the discussion plugin support
code.

1) syntax error: 'logger' spelled as 'loggger'.
2) Trac 0.12.1 requires a locale to be specified in the Request object.
3) Could not test for whether the discussion plugin was enabled with
'tracdiscussion.api.*'. Had to use the full name of the parameter:
'tracdiscussion.api.discussionapi'.

Note: this raises the possibility that the analogous test for whether the
FullBlogPlugin is enabled might have the same problem. The code tests for
'tracfullblog.*'.

4) When the log_level parameter is set to debug, internally set the debug
parameter to get the full debug output. (Don't know if you agree with this
one, but it seemed useful to me.)

Let me know if you have any questions or problems with this patch. It is
generated against the latest svn release as of today: r494.

Dennis

email2trac-r494.patch

Note: See TracQuery for help on using queries.