summaryrefslogtreecommitdiff
path: root/modules/pipermail.py
diff options
context:
space:
mode:
authorviega1998-06-14 18:01:14 +0000
committerviega1998-06-14 18:01:14 +0000
commit7db9c87dca513d5662e36465994bf460c2cef17c (patch)
treed486385ae051dba4d5a94576e2f303ac020020c6 /modules/pipermail.py
parent2b3256843447fa2d17cb47fa1aa67462d9f45dd8 (diff)
downloadmailman-7db9c87dca513d5662e36465994bf460c2cef17c.tar.gz
mailman-7db9c87dca513d5662e36465994bf460c2cef17c.tar.zst
mailman-7db9c87dca513d5662e36465994bf460c2cef17c.zip
From the error message, and what I've learned about base64, my best
guess about the transient errors (ie, some people get them, some people do not) is that sometimes the base64 encoding can cause \n's to get in the string, which the mime stuff will treat as a newline. So I replace \n w/ @ before putting it in the cookie, and do the reverse before checking the cookie. Hopefully we won't hear about this problem again.
Diffstat (limited to 'modules/pipermail.py')
0 files changed, 0 insertions, 0 deletions