Autopost not working on multi-site installation
Allie Micka - July 22, 2008 - 04:08
| Project: | Mailing List Manager |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The Autopost functionality works by inserting some message identifiers into the TROOT_post table, and then validating the presence of this entry through a dotfile on the mail server.
This is designed to facilitate the reuse of the same list across multiple sites. However, it doesn't, because posts from different sites result in a "duplicate key" error for the id column. The table definition should be updated to key on the URL and/or another, non-conflicting value.
