Skip to content

Commit

Permalink
Chnage source to raw
Browse files Browse the repository at this point in the history
  • Loading branch information
cdabupulsarsd committed Nov 29, 2024
1 parent b7040e0 commit fd52122
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/mail-drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class MailDrop {
messageHashStream.emit('error', err);
});
} else {
const encryptedStream = await envelope.signEML(source);
const encryptedStream = await envelope.signEML(raw);
encryptedStream.pipe(messageHashStream);
encryptedStream.once('error', err => {
messageHashStream.emit('error', err);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pulsar-sd/zone-mta",
"private": false,
"version": "0.1.8",
"version": "0.1.9",
"description": "Tiny outbound MTA",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit fd52122

Please sign in to comment.