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

Issue with rcpt_to.access.blacklist #1987

Closed
ajay-psd opened this issue Jun 29, 2017 · 2 comments
Closed

Issue with rcpt_to.access.blacklist #1987

ajay-psd opened this issue Jun 29, 2017 · 2 comments

Comments

@ajay-psd
Copy link

system info

Haraka Haraka.js — Version: 2.8.13
Node v6.10.3
OS Linux test-haraka 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
openssl OpenSSL 1.0.1e-fips 11 Feb 2013

Expected behavior

Any emailid removed from rcpt_to.access.blacklist list should not get deny, it should pass for outbound delivery
Any emailid added to rcpt_to.access.blacklist list should get deny, This is working

Observed behavior

Emailid removed from rcpt_to.access.blacklist list is getting blocked. and not send for outbound delivery. works only if Restart of Haraka
Any emailid added to rcpt_to.access.blacklist list is getting blocked, This is working without haraka restart.

#########

Any changes done in config file, Haraka is reloading the plugin I can see in log which is fine.
[DEBUG] [-] [core] Detected change on rcpt_to.access.blacklist
[DEBUG] [-] [core] Detected change on rcpt_to.access.blacklist
[INFO] [-] [core] Reloading file: /etc/haraka/config/rcpt_to.access.blacklist

I want to implement Realtime Supression List by adding/removing emailID to config/rcpt_to.access.blacklist file so that email mentioned on List should Blocked and not sent for delivery.

This is working fine if I add emailid to List any time, But, If i remove any email ID from list, then its not working realtime(its getting blocked) . If I restart Haraka then only it takes affect and works as expected. I dont want to restart haraka if rcpt_to.access.blacklist file gets modified.

Can any one Please Suggest where can i check and how to fix this.

@msimerson
Copy link
Member

See #1990

@msimerson
Copy link
Member

@ajay-psd , please report back after you've tested to confirm that change resolves your issue.

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

No branches or pull requests

2 participants