-
Notifications
You must be signed in to change notification settings - Fork 367
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
Might be a tiny bug in “p_redis.go”. #196
Labels
Comments
Here we don't really care about the result, because were using SETEX (saving data) |
go-guerrilla/backends/p_redis.go Lines 100 to 111 in 51f7dda
I mean, the line number 110: |
Indeed, line 110 should return Todo: Fix |
flashmob
added a commit
that referenced
this issue
Dec 12, 2019
Merged
flashmob
added a commit
that referenced
this issue
Dec 27, 2019
- Parser captures quoted local-parts without the escape characters - mail.Address.String() know when to quote local-part, - server's `allowsHost` function is ipv6 address aware (addresses specified in the config will get normalized to their ipv6 simplest form, addresses parsed from RCPT and MAIL commands will have ipv6 normalized) - if `<postmaster>` is used in the RCPT TO (without a host), then new functionality was added to assume that the host is assumed to be the Hostname setting for the Server - HELO/EHLO argument validation. #200 - The “header” processor populates “Received:” headers wrongly. #198 - tiny bug in “p_redis.go”. #196 - “MimeHeaderDecode” (envelope.go) returns an incorrectly-spaced string. #195 - go-guerrilla cannot properly handle some valid addresses. #199
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
go-guerrilla/backends/p_redis.go
Line 100 in 51f7dda
go-guerrilla/backends/p_redis.go
Lines 106 to 111 in 51f7dda
Shouldn’t it
return result, doErr
?The text was updated successfully, but these errors were encountered: