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

Make rcpt_to.ldap work with aliases plugin #1501

Merged
merged 2 commits into from
Jun 8, 2016
Merged

Make rcpt_to.ldap work with aliases plugin #1501

merged 2 commits into from
Jun 8, 2016

Conversation

darkpixel
Copy link
Collaborator

Changes proposed in this pull request:

  • Instead of performing an LDAP lookup on the e-mail address specified by the client in the RCPT TO command, look at the value in the rcpt_to array which may have been modified by the aliases plugin.

darkpixel and others added 2 commits June 7, 2016 08:49
The aliases plugin modifies the transaction.rcpt_to array.
Look at the latest entry added to the rcpt_to array and
use that for looking up the destination LDAP account.
@darkpixel
Copy link
Collaborator Author

That last check appears to have failed due to something un-related to my PR. Can someone check and let me know if I need to do anything?

@codecov-io
Copy link

Current coverage is 36.14%

Merging #1501 into master will decrease coverage by 0.08%

  1. File configfile.js (not in diff) was modified. more
    • Misses +6
    • Partials 0
    • Hits 0
  2. File server.js (not in diff) was modified. more
    • Misses +9
    • Partials 0
    • Hits 0
@@             master      #1501   diff @@
==========================================
  Files            26         26          
  Lines          6442       6457    +15   
  Methods         838        839     +1   
  Messages          0          0          
  Branches       1691       1691          
==========================================
  Hits           2334       2334          
- Misses         4108       4123    +15   
  Partials          0          0          

Powered by Codecov. Last updated by f547f56...9181346

@baudehlo
Copy link
Collaborator

baudehlo commented Jun 8, 2016

It's that damn host check timeout. The other Matt thinks there is likely a bug there so I haven't dived into it yet.

On Jun 7, 2016, at 7:56 PM, Aaron C. de Bruyn notifications@github.com wrote:

That last check appears to have failed due to something un-related to my PR. Can someone check and let me know if I need to do anything?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@baudehlo baudehlo merged commit 33e4e65 into haraka:master Jun 8, 2016
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.

3 participants