~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/config/schema.cfg

  • Committer: Barry Warsaw
  • Date: 2012-08-16 01:08:39 UTC
  • Revision ID: barry@list.org-20120816010839-pv281tgieiog7y7l
* Clarify the semantics of the noreply_address variable.  It's the local-part
  of an email address.

* Rectify an omission in the copyright assignees.

* Of course, don't use PostgreSQL by default in the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
# a human.
28
28
site_owner: changeme@example.com
29
29
 
30
 
# This address is used as the from address whenever a message comes from some
31
 
# entity to which there is no natural reply recipient.  Set this to a real
32
 
# human or to /dev/null.  It will be appended with the host name of the list
33
 
# involved.  This address must not bounce and it must not point to a Mailman
34
 
# process.
 
30
# This is the local-part of an email address used in the From field whenever a
 
31
# message comes from some entity to which there is no natural reply recipient.
 
32
# Mailman will append '@' and the host name of the list involved.  This
 
33
# address must not bounce and it must not point to a Mailman process.
35
34
noreply_address: noreply
36
35
 
37
36
# The default language for this server.