comparison config.py @ 3:97559f7bae2e

Bug fixes: . Fixed bug in re generation in the filter (I hadn't finished the code ;) . Added TODO as a priority (between bug and usability) . Fixed handling of None String property in grouped list headings
author Richard Jones <richard@users.sourceforge.net>
date Thu, 19 Jul 2001 05:23:09 +0000
parents 5e92642cd1f8
children b10f8834cce4
comparison
equal deleted inserted replaced
2:23738336ae99 3:97559f7bae2e
6 6
7 # The email address that roundup will complain to if it runs into trouble 7 # The email address that roundup will complain to if it runs into trouble
8 ADMIN_EMAIL = "roundup-admin@bizarsoftware.com.au" 8 ADMIN_EMAIL = "roundup-admin@bizarsoftware.com.au"
9 9
10 # The SMTP mail host that roundup will use to send mail 10 # The SMTP mail host that roundup will use to send mail
11 MAILHOST = 'goanna.adroit.net' 11 MAILHOST = 'dirk'
12 12
13 # Somewhere for roundup to log stuff internally sent to stdout or stderr 13 # Somewhere for roundup to log stuff internally sent to stdout or stderr
14 LOG = '/home/httpd/html/roundup/roundup.log' 14 LOG = '/home/httpd/html/roundup/roundup.log'

Roundup Issue Tracker: http://roundup-tracker.org/