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

fix for issue #7 #10

Merged
merged 1 commit into from
Jan 22, 2012
Merged

fix for issue #7 #10

merged 1 commit into from
Jan 22, 2012

Conversation

marcinkuzminski
Copy link
Member

This fixes issue #7, bcc still will get delivered since bcc addresses are appended to the mail recipients list

@mcdonc
Copy link
Member

mcdonc commented Jan 22, 2012

I'll be lazy and ask this question.

Will bcc work when I apply this patch? Or does this patch just make it impossible to use a bcc header?

@marcinkuzminski
Copy link
Member Author

I wrote it in the comment: "This fixes issue #7, bcc still will get delivered since bcc addresses are appended to the mail recipients list"

THis patch removes BCC header, and BCC recipients still are delivered due to this:

    @property
    def send_to(self):
        return set(self.recipients) | set(self.bcc or ()) | set(self.cc or ())

@mcdonc mcdonc merged commit 7b3dcaa into Pylons:master Jan 22, 2012
@mcdonc
Copy link
Member

mcdonc commented Jan 22, 2012

Great, thanks. Applied. I'll make a release soon.

@mcdonc
Copy link
Member

mcdonc commented Jan 22, 2012

0.6 released

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.

2 participants