Re: [mlmmj] Notification sent to non-member for subscribers-only list
Ben Schmidt <[email protected]>
| Newsgroups | org.mlmmj.mlmmj |
|---|---|
| Message-ID | <[email protected]> |
> Documentation doesn't tell anything about mlmmj looking in /usr/share > for the listtext files if they are not in $LISTDIR/text, but I haven't > looked at the code. Ben? Yeah. Looks like the documentation could be improved. Mlmmj checks: $listdir/text $prefix/share/mlmmj/text.skel/default $prefix/share/mlmmj/text.skel/en It checks all three paths for each candidate filename, and then moves on to the next candidate filename, so if there is a newer-version list text in the system path, it will override a compatibility list text in the list-local directory. Ben