Public bug reported:
Trying to accept a message that's in my Administrative Requests, held messages queue. All input is ignored, page continues as 'Defer' after submit all.
I am using a redirect to https:// in my Apache2 config. Is that the problem? If so, what's the best way to fix it?
# Mailman version VERSION = '2.1.25'
# And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa BETA = 0xb GAMMA = 0xc # release candidates RC = GAMMA FINAL = 0xf
MAJOR_REV = 2 MINOR_REV = 1 MICRO_REV = 25 REL_LEVEL = FINAL
** Affects: mailman Importance: Undecided Status: New
I am using a redirect to https:// in my Apache2 config. Is that the
problem? If so, what's the best way to fix it?
See steps 2 and 3 at https://wiki.list.org/x/17892007
** Changed in: mailman Status: New => Invalid