-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARH: fixed missing reason on fail resulting in error
- Loading branch information
Showing
8 changed files
with
234 additions
and
79 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Authentication-Results: example.net; | ||
spf=pass smtp.mailfrom=example.com; | ||
dkim=fail header.d=example.com | ||
DKIM-Signature: v=1; a=rsa-sha256; s=brisbane; d=example.com; | ||
c=simple/simple; q=dns/txt; i=joe@football.example.com; | ||
h=Received : From : To : Subject : Date : Message-ID; | ||
bh=2jUSOH9NhtVGCQWNr9BrIAPreKQjO6Sn7XIkfJVOzv8=; | ||
b=AuUoFEfDxTDkHlLXSZEpZj79LICEps6eda7W3deTVFOk4yAUoqOB | ||
4nujc7YopdG5dWLSdNg6xNAZpOPr+kHxt1IrE+NahM6L/LbvaHut | ||
KVdkLLkpVaVVQPzeRDI009SO2Il5Lu7rDNH6mZckBdrIx0orEtZV | ||
4bmp/YzhwvcubU4=; | ||
Received: from client1.football.example.com [192.0.2.1] | ||
by submitserver.example.com with SUBMISSION; | ||
Fri, 11 Jul 2003 21:01:54 -0700 (PDT) | ||
From: Joe SixPack <joe@football.example.com> | ||
To: Suzie Q <suzie@shopping.example.net> | ||
Subject: Is dinner ready? | ||
Date: Fri, 11 Jul 2003 21:00:37 -0700 (PDT) | ||
Message-ID: <20030712040037.46341.5F8J@football.example.com> | ||
|
||
Hi. | ||
|
||
We lost the game. Are you hungry yet? | ||
|
||
Joe. |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Authentication-Results: example.net; | ||
spf=pass smtp.mailfrom=example.com; | ||
dkim=fail reason="bad signature" header.d=example.com | ||
DKIM-Signature: v=1; a=rsa-sha256; s=brisbane; d=example.com; | ||
c=simple/simple; q=dns/txt; i=joe@football.example.com; | ||
h=Received : From : To : Subject : Date : Message-ID; | ||
bh=2jUSOH9NhtVGCQWNr9BrIAPreKQjO6Sn7XIkfJVOzv8=; | ||
b=AuUoFEfDxTDkHlLXSZEpZj79LICEps6eda7W3deTVFOk4yAUoqOB | ||
4nujc7YopdG5dWLSdNg6xNAZpOPr+kHxt1IrE+NahM6L/LbvaHut | ||
KVdkLLkpVaVVQPzeRDI009SO2Il5Lu7rDNH6mZckBdrIx0orEtZV | ||
4bmp/YzhwvcubU4=; | ||
Received: from client1.football.example.com [192.0.2.1] | ||
by submitserver.example.com with SUBMISSION; | ||
Fri, 11 Jul 2003 21:01:54 -0700 (PDT) | ||
From: Joe SixPack <joe@football.example.com> | ||
To: Suzie Q <suzie@shopping.example.net> | ||
Subject: Is dinner ready? | ||
Date: Fri, 11 Jul 2003 21:00:37 -0700 (PDT) | ||
Message-ID: <20030712040037.46341.5F8J@football.example.com> | ||
|
||
Hi. | ||
|
||
We lost the game. Are you hungry yet? | ||
|
||
Joe. |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Authentication-Results: example.net; | ||
spf=pass smtp.mailfrom=example.com; | ||
dkim=pass (good signature) header.i=joe@football.example.com | ||
DKIM-Signature: v=1; a=rsa-sha256; s=brisbane; d=example.com; | ||
c=simple/simple; q=dns/txt; i=joe@football.example.com; | ||
h=Received : From : To : Subject : Date : Message-ID; | ||
bh=2jUSOH9NhtVGCQWNr9BrIAPreKQjO6Sn7XIkfJVOzv8=; | ||
b=AuUoFEfDxTDkHlLXSZEpZj79LICEps6eda7W3deTVFOk4yAUoqOB | ||
4nujc7YopdG5dWLSdNg6xNAZpOPr+kHxt1IrE+NahM6L/LbvaHut | ||
KVdkLLkpVaVVQPzeRDI009SO2Il5Lu7rDNH6mZckBdrIx0orEtZV | ||
4bmp/YzhwvcubU4=; | ||
Received: from client1.football.example.com [192.0.2.1] | ||
by submitserver.example.com with SUBMISSION; | ||
Fri, 11 Jul 2003 21:01:54 -0700 (PDT) | ||
From: Joe SixPack <joe@football.example.com> | ||
To: Suzie Q <suzie@shopping.example.net> | ||
Subject: Is dinner ready? | ||
Date: Fri, 11 Jul 2003 21:00:37 -0700 (PDT) | ||
Message-ID: <20030712040037.46341.5F8J@football.example.com> | ||
|
||
Hi. | ||
|
||
We lost the game. Are you hungry yet? | ||
|
||
Joe. |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Authentication-Results: example.net; | ||
spf=pass smtp.mailfrom=example.com; | ||
dkim=pass (good signature) header.d=example.com header.i=joe@football.example.com | ||
DKIM-Signature: v=1; a=rsa-sha256; s=brisbane; d=example.com; | ||
c=simple/simple; q=dns/txt; i=joe@football.example.com; | ||
h=Received : From : To : Subject : Date : Message-ID; | ||
bh=2jUSOH9NhtVGCQWNr9BrIAPreKQjO6Sn7XIkfJVOzv8=; | ||
b=AuUoFEfDxTDkHlLXSZEpZj79LICEps6eda7W3deTVFOk4yAUoqOB | ||
4nujc7YopdG5dWLSdNg6xNAZpOPr+kHxt1IrE+NahM6L/LbvaHut | ||
KVdkLLkpVaVVQPzeRDI009SO2Il5Lu7rDNH6mZckBdrIx0orEtZV | ||
4bmp/YzhwvcubU4=; | ||
Received: from client1.football.example.com [192.0.2.1] | ||
by submitserver.example.com with SUBMISSION; | ||
Fri, 11 Jul 2003 21:01:54 -0700 (PDT) | ||
From: Joe SixPack <joe@football.example.com> | ||
To: Suzie Q <suzie@shopping.example.net> | ||
Subject: Is dinner ready? | ||
Date: Fri, 11 Jul 2003 21:00:37 -0700 (PDT) | ||
Message-ID: <20030712040037.46341.5F8J@football.example.com> | ||
|
||
Hi. | ||
|
||
We lost the game. Are you hungry yet? | ||
|
||
Joe. |
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