My listinfo.html for the msql-jdbc mailing list has the following
code:
<P>
<mm-form-start>
To subscribe, please enter the following information:<BR>
And the generated HTML looks like this:
<P>
To subscribe, please enter the following information:<BR>
<TABLE BORDER=0 ALIGN=CENTER>
Basically, it failed to generate a FORM tag. Any idea why?
--
George Reese (borg(a)imaginary.com) http://www.imaginary.com/~borg
PGP Key: http://www.imaginary.com/servlet/Finger?user=borg&verbose=yes
"Keep Ted Turner and his goddamned Crayolas away from my movie."
-Orson Welles
Here is the traceback from trying to call up the archives on any of my
lists:
Traceback (innermost last):
File "/users/mailman/scripts/driver", line 98, in run_main
pkg = __import__('Mailman.Cgi', globals(), locals(), [scriptname])
File "/users/mailman/Mailman/Cgi/archives.py", line 82, in ?
replacements[''] = GetArchiveList(list)
File "/users/mailman/Mailman/Cgi/archives.py", line 72, in
GetArchiveList
link = htmlformat.Link(os.path.join(list._base_archive_url, dir),
AttributeError: _base_archive_url
I upgraded from Mailman 0.95.
Also, I had to chmod 777 the logs and locks directory's to get things
to work. Because the web server runs under www.www, it cannot write
to those directories.
--
George Reese (borg(a)imaginary.com) http://www.imaginary.com/~borg
PGP Key: http://www.imaginary.com/servlet/Finger?user=borg&verbose=yes
"Keep Ted Turner and his goddamned Crayolas away from my movie."
-Orson Welles
Ok, 1.0b6 is finally done. I needed some info from Barry, and he sent
it this morning, then I wasn't around until a little while ago. I'm
going to hold off about a day on a more widespread announcement, just
to make sure you guys don't find any big show-stoppers that we missed.
You can get it off the home page (http://www.list.org), or at:
ftp://list.org/pub/mailman/mailman-1.0b6.tar.gz
New in b6:
- Archiving is (finally) back in.
- Administrivia filter added.
- Mail queue mechanism revamped with better concurrency control.
- For recipients that have estmp MTAs, set delivery notification
status so that only delivery failure notices are sent out,
inhibiting 4 hour and N day warning notices.
- Now expire old unconfirmed subscription requests, rather than keeping
them forever.
- Added proposed standard List-Id: header, and our own X-MailmanVersion
header.
- Prevent havoc from attempts to subscribe a list to itself. (!)
- Refine mail command processing to prevent loops.
- Pending subscription DB redone with better locking and cleaner
interface.
- posters functionality expanded.
- Subcsription policy more flexible, sensible, and site-configurable.
- Various and sundry bug fixes.
John