~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to src/mailman/database/sql/postgres.sql

  • Committer: Barry Warsaw
  • Date: 2011-11-06 23:20:08 UTC
  • Revision ID: barry@list.org-20111106232008-v9gduod3qe38fd1x
* Stop adding the X-BeenThere header.
* Separate out the RFC 2369 header adding handler.
* Dynamically calculate the `List-Id` header instead of storing it in the
  database.  This means it cannot be changed.
* Be sure to clean out any digest .mmdf files when the world is reset.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    -- List identity
4
4
    list_name TEXT,
5
5
    mail_host TEXT,
6
 
    list_id TEXT,
7
6
    include_list_post_header BOOLEAN,
8
7
    include_rfc2369_headers BOOLEAN,
9
8
    -- Attributes not directly modifiable via the web u/i