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

Update index.js #9

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Update index.js #9

merged 1 commit into from
Aug 23, 2024

Conversation

gtech99
Copy link
Contributor

@gtech99 gtech99 commented Aug 23, 2024

Changes proposed in this pull request:

zones isn't parsed properly because it creates a Set from a Set. It leads to this sort of situation:

this.cfg.main.zones (array ) [ 'zen.spamhaus.org', 'bl.spamcop.net', 'dnsbl.local.com' ]
this.cfg.main.zones (Set) Set(3) { 'zen.spamhaus.org', 'bl.spamcop.net', 'dnsbl.local.com' }
this.zones (Set) (Set)

@4000000066c7ffc302a8debc Set(13) {
@4000000066c7ffc302a8e2a4 'z',
@4000000066c7ffc302a8e2a4 'e',
@4000000066c7ffc302a8e2a4 'n',
@4000000066c7ffc302a8e2a4 '.',
@4000000066c7ffc302a8e2a4 's',
@4000000066c7ffc302a8e68c 'p',
@4000000066c7ffc302a8e68c 'a',
@4000000066c7ffc302a8e68c 'm',
@4000000066c7ffc302a8e68c 'h',
@4000000066c7ffc302a8e68c 'u',
@4000000066c7ffc302a8e68c 'o',
@4000000066c7ffc302a8e68c 'r',
@4000000066c7ffc302a8e68c 'g'
@4000000066c7ffc302a8e68c }

@msimerson msimerson merged commit a8bbcc8 into haraka:master Aug 23, 2024
8 checks passed
@msimerson msimerson mentioned this pull request Aug 23, 2024
@msimerson
Copy link
Member

Thanks for the PR!

msimerson added a commit that referenced this pull request Aug 23, 2024
- test: update transaction init syntax
- fix: don't make a set from a set, #9
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