Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/trac/files/trac.ini

Issue 5866347275747328: Issue 1956 - Use donotreply@adblockplus.org as sender for Trac mails (Closed)
Patch Set: Created Feb. 5, 2015, 8:48 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/trac/templates/orders.ini.erb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 [attachment] 3 [attachment]
4 max_size = 15728640 4 max_size = 15728640
5 max_zip_size = 12097152 5 max_zip_size = 12097152
6 render_unsafe_content = false 6 render_unsafe_content = false
7 7
8 [browser] 8 [browser]
9 color_scale = True 9 color_scale = True
10 downloadable_paths = /trunk, /branches/*, /tags/* 10 downloadable_paths = /trunk, /branches/*, /tags/*
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 ambiguous_char_width = single 59 ambiguous_char_width = single
60 batch_subject_template = $prefix Batch modify: $tickets_descr 60 batch_subject_template = $prefix Batch modify: $tickets_descr
61 email_sender = SendmailEmailSender 61 email_sender = SendmailEmailSender
62 ignore_domains = 62 ignore_domains =
63 mime_encoding = none 63 mime_encoding = none
64 sendmail_path = /usr/sbin/sendmail 64 sendmail_path = /usr/sbin/sendmail
65 smtp_always_bcc = 65 smtp_always_bcc =
66 smtp_always_cc = 66 smtp_always_cc =
67 smtp_default_domain = 67 smtp_default_domain =
68 smtp_enabled = true 68 smtp_enabled = true
69 smtp_from = noreply@adblockplus.org 69 smtp_from = donotreply@adblockplus.org
70 smtp_from_author = false 70 smtp_from_author = false
71 smtp_from_name = Trac 71 smtp_from_name = Trac
72 smtp_password = 72 smtp_password =
73 smtp_port = 25 73 smtp_port = 25
74 smtp_replyto = 74 smtp_replyto =
75 smtp_server = localhost 75 smtp_server = localhost
76 smtp_subject_prefix = __default__ 76 smtp_subject_prefix = __default__
77 smtp_user = 77 smtp_user =
78 ticket_subject_template = $prefix #$ticket.id: $summary 78 ticket_subject_template = $prefix #$ticket.id: $summary
79 use_public_cc = false 79 use_public_cc = false
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 render_unsafe_content = false 154 render_unsafe_content = false
155 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn, svn+ssh 155 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn, svn+ssh
156 split_page_names = false 156 split_page_names = false
157 157
158 [spam-filter] 158 [spam-filter]
159 max_posts_by_ip = 50 159 max_posts_by_ip = 50
160 bayes_min_training = 10 160 bayes_min_training = 10
161 authenticated_karma = 0 161 authenticated_karma = 0
162 min_karma = -14 162 min_karma = -14
163 163
OLDNEW
« no previous file with comments | « no previous file | modules/trac/templates/orders.ini.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld