Show
Ignore:
Timestamp:
05/08/08 22:09:40 (7 months ago)
Author:
anarcat
Message:

add a configuration variable to control the domain in the list urls. if
it is set, it will be used to construct the urls in the mailing list
listings. If it is unset, the list's domain name will be used.

the default behaviour is therefore reverted to the one before commit
[2097] where the list domain is used (without the prepended "mail.").

the NEWS file has more information on how to configure your installation
with the new setting.

Closes: #1131

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-mailman/trunk/mailman.sql

    r1175 r2245  
    99) TYPE=MyISAM COMMENT='Mailman mailing lists'; 
    1010 
     11INSERT IGNORE INTO `variable` (name, value, comment) VALUES ('mailman_url', 0, 
     12' This is the domaine name that will be use to construct mailman\'s interface links. Set this to 0 or a "false" string to ignore and keep the default behavior (hosted domain in the URL).');