Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some mailman fixes. #167

Merged
merged 3 commits into from Oct 16, 2014
Merged

Some mailman fixes. #167

merged 3 commits into from Oct 16, 2014

Conversation

ralphbean
Copy link
Contributor

# Just in case we couldn't convert them to a username (they don't exist,
# for instance), then we chop up their email to 'look like' a username
# anyways.. best effort.
return username.split('@')[0]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but wouldn't say, ralph@microsoft.com get the attribution then? (ie: should we just drop the username if it still contains a '@' after email2fas?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eh, good point. Thanks!

@pypingou
Copy link
Member

One question, otherwise 👍

@ralphbean
Copy link
Contributor Author

OK. 1462354 should address your comment.

@pypingou
Copy link
Member

👍 for me :)

ralphbean added a commit that referenced this pull request Oct 16, 2014
@ralphbean ralphbean merged commit 2328588 into develop Oct 16, 2014
@ralphbean ralphbean deleted the feature/mailman-fixes branch October 16, 2014 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants