summaryrefslogtreecommitdiff
path: root/Mailman/Digester.py
diff options
context:
space:
mode:
authorcotton1998-11-19 14:37:00 +0000
committercotton1998-11-19 14:37:00 +0000
commitf585165cf15b5b62fc1c9dc37611f9e82a6badca (patch)
tree2b6cbfc310df86edad6291b1191971a32ef89af0 /Mailman/Digester.py
parent2160857b9fe3f92c30231e78e0a7dc2a05747e02 (diff)
downloadmailman-f585165cf15b5b62fc1c9dc37611f9e82a6badca.tar.gz
mailman-f585165cf15b5b62fc1c9dc37611f9e82a6badca.tar.zst
mailman-f585165cf15b5b62fc1c9dc37611f9e82a6badca.zip
whoops, just realized that there were a couple of places where i
didn't translate Utils.FindMatchingAddresses properly! in MailList.Post(), FindMatchingAddresses was applied to list.posters and list.forbidden_posters which are lists and not dicts, so I added a function in Utils called List2Dict that takes a list and retuns a dict keyed by the items in the list (it doesn't check for whether the items are hashable). All values are 1. This function is now used in MailList.Post(): where the FindMatchingAddresses was applied to an address list, it is now applied to Utils.List2Dict(address list). scott
Diffstat (limited to 'Mailman/Digester.py')
0 files changed, 0 insertions, 0 deletions