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

apply patches in issues #129 and #124 #131

Merged
merged 6 commits into from
Sep 19, 2018
Merged

apply patches in issues #129 and #124 #131

merged 6 commits into from
Sep 19, 2018

Conversation

msimerson
Copy link
Owner

@msimerson msimerson commented Sep 17, 2018

fixes #129
fixes #124
fixes #123
fixes #121

@coveralls
Copy link

coveralls commented Sep 17, 2018

Coverage Status

Coverage decreased (-0.1%) to 84.983% when pulling 85ba724 on 129-starttls into 0df8c20 on master.

@msimerson msimerson changed the title apply patch in issue #129 apply patches in issues #129 and #124 Sep 17, 2018
README.md Outdated

## Easy to use

Providing an implementation of DMARC that SMTP utilities like SpamAssassin, amavis, and qpsmtpd can consume is expected to increase adoption.
The effectiveness of DMARC will improve significantly as adoption increases. Proving an implementation of DMARC that SMTP utilities like SpamAssassin, amavis, and qpsmtpd can consume will aid adoption.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should that read providing rather than proving?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yep. :)

@@ -375,7 +375,7 @@ sub email {
});
$smtp->quit;
return;
}
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

Doesn't appear necessary

else {
$report->store->error($rid, $err);
};
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

lines 414/415 terminating ; not necessary

@marcbradshaw
Copy link
Collaborator

A couple of comments made, generally looks good to me.

@msimerson msimerson merged commit 3db4574 into master Sep 19, 2018
@msimerson msimerson deleted the 129-starttls branch September 19, 2018 03:52
@djugessur
Copy link

djugessur commented Sep 24, 2018

Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants