Merge lp://staging/~mbp/launchpad/925597-dkim-from into lp://staging/launchpad
Proposed by
Martin Pool
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Martin Pool | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 15093 | ||||
Proposed branch: | lp://staging/~mbp/launchpad/925597-dkim-from | ||||
Merge into: | lp://staging/launchpad | ||||
Diff against target: |
430 lines (+195/-67) 2 files modified
lib/lp/services/mail/incoming.py (+55/-18) lib/lp/services/mail/tests/test_dkim.py (+140/-49) |
||||
To merge this branch: | bzr merge lp://staging/~mbp/launchpad/925597-dkim-from | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ian Booth (community) | Approve | ||
Brad Crittenden (community) | code | Approve | |
Review via email: mp+98976@code.staging.launchpad.net |
Commit message
cope with mail dkim-signed by addresses that aren't know to launchpad
Description of the change
This fixes bug <https:/
I wonder if I also need to test the case that your gmail address is known but not verified? I probably should.
To post a comment you must log in.
Thanks for the fix Martin. Your changes are clear and the new test case is quite readable.
'make lint' shows a couple of valid items along with the usual suspects of non-issues. If you have a second to address those it would be nice.
Again, thanks for this fix and for championing the DKIM support.