generated from haraka/haraka-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dep: depend on net-utils 1.5.0 (with async get_public_ip) * refactor: convert loop to for…of
- Loading branch information
Showing
4 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,8 @@ describe('SPF', function () { | |
this.SPF.count=0; | ||
this.SPF.ip='212.70.129.94'; | ||
this.SPF.mail_from='[email protected]'; | ||
|
||
const rc = await this.SPF.mod_redirect('aexp.com') | ||
// assert.equal(null, err); | ||
switch (rc) { | ||
case 7: | ||
// from time to time (this is the third time we've seen it, | ||
|