- 07 Jun, 2014 2 commits
-
-
Isis Lovecruft authored
-
Isis Lovecruft authored
The stupid Python stdlib logging module doesn't handle unicode at all. If debugging is turned on, and SAFELOGGING is disabled, the incoming emails are logged. If they have any unicode characters, processing of the emails stops due to UnicodeDecodeErrors.
-
- 06 Jun, 2014 27 commits
-
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
Apparently, Transifex only displays comments which are for the string being translated, and only one string is viewed at a time. Sigh. * THANKS to Phoul on IRC for pointing out the issue with how Transifex handles TRANSLATOR comments.
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
These are somehow the old strings from before the UIs were revised. It seems the automated Transifex updater scripts didn't create a new PO file for Korean… that or I did something wrong. Either way, we can still use *some* of these strings, so we should add them. * THANKS to ilbe123, cwt96, Dr.what, and pCsOrI.
-
Isis Lovecruft authored
* THANKS to LinuxChata and ghostishev.
-
Isis Lovecruft authored
* THANKS to volkangezer.
-
Isis Lovecruft authored
* THANKS to Communia, Humberto Sartini, Anastasia01, and recognitium.
-
Isis Lovecruft authored
* THANKS to hoek, yodaa, maxxx, and sebx.
-
Isis Lovecruft authored
* THANKS to Ann Boen, erwindelaat, guryman, and BBLN.
-
Isis Lovecruft authored
* THANKS to plazmism.
-
Isis Lovecruft authored
* THANKS to Random_R.
-
Isis Lovecruft authored
* THANKS to Lunar.
-
Isis Lovecruft authored
* THANKS to dark_yoshi and strel.
-
Isis Lovecruft authored
* THANKS to pappasadrian.
-
Isis Lovecruft authored
* THANKS to trantor and unknwon_anonymous.
-
Isis Lovecruft authored
* THANKS to autofunk78 and DavidNielsen
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
* FIXES #12122. This string wasn't getting extracted to the PO template file, lib/bridgedb/i18n/templates/bridgedb.pot.
-
Isis Lovecruft authored
* FIXES part of #12122.
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
- 05 Jun, 2014 7 commits
-
-
Isis Lovecruft authored
We don't need to test for conditions which might raise a ``twisted.protocols.tcp.CannotListenError``, we just need to ensure that we exit if we can't bind to the port for the email server.
-
Isis Lovecruft authored
Some of them were taking a *really* long time on some hosts, particularly these two: - test_SMTPAutoresponder_reply_transport_invalid - test_SMTPAutoresponder_reply_transport_valid
-
Isis Lovecruft authored
-
Isis Lovecruft authored
* ADD a new unittest, test_checkDKIM_good_dunno(), to test_email_dkim.py, which checks that a received email with two ``X-DKIM-Authentication-Results:`` headers (the first one good, the second ``dunno``) properly returns False. * FIXES #12091. Actually, it doesn't. It just proves that the changes in my `fix/9874-automate-email-tests` branch fix #12091. Either way, it's fixed, these unittests prove it.
-
Isis Lovecruft authored
* ADD new unittest test_checkDKIM_dunno() to test_email_dkim.py which checks that a ``X-DKIM-Authentication-Results: dunno`` header properly returns False.
-
Isis Lovecruft authored
-
Isis Lovecruft authored
We should specifically check that a received email containing a X-DKIM-Authentication-Results: dunno header doesn't successfully pass the domain checks called in SMTPAutoresponder.runChecks(). * CHANGE test_SMTPAutoresponder_runChecks_badDKIM() into test_SMTPAutoresponder_runChecks_DKIM_dunno() and test_SMTPAutoresponder_runChecks_DKIM_bad().
-
- 04 Jun, 2014 4 commits
-
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-
Isis Lovecruft authored
-