Merged PR #528
Support for detecting MTA by its response. Message IDs are reconstructed based on detected MTA. Bugfixes for AWS. AWS now seems to work.
This commit is contained in:
parent
bbbe671d59
commit
3c72e778d9
6 changed files with 83 additions and 45 deletions
|
@ -13,8 +13,6 @@ const uploads = multer();
|
|||
|
||||
|
||||
router.postAsync('/aws', async (req, res) => {
|
||||
console.log(req.body);
|
||||
|
||||
if (typeof req.body === 'string') {
|
||||
req.body = JSON.parse(req.body);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue