diff options
Diffstat (limited to 'Mailman/Bouncers/Yale.py')
| -rw-r--r-- | Mailman/Bouncers/Yale.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mailman/Bouncers/Yale.py b/Mailman/Bouncers/Yale.py index 7314729a2..4a206e67d 100644 --- a/Mailman/Bouncers/Yale.py +++ b/Mailman/Bouncers/Yale.py @@ -17,8 +17,10 @@ """Yale's mail server is pretty dumb. Its reports include the end user's name, but not the full domain. I think we -can guess it anyways. This is completely based on examination of the corpse, -and is subject to failure whenever Yale even slightly changes their MTA. :( +can usually guess it right anyway. This is completely based on examination of +the corpse, and is subject to failure whenever Yale even slightly changes +their MTA. :( + """ import re |
