Skip to content

Commit 7149d08

Browse files
committed
ZMSA-63: _stored: yes log also log stored msg size, bump deps
1 parent 2c2435e commit 7149d08

3 files changed

Lines changed: 861 additions & 658 deletions

File tree

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,8 @@ exports.hook_queue = function (next, connection) {
16311631
_stored_path: targetMailbox && targetMailbox.path,
16321632
_stored_uid: targetMailbox && targetMailbox.uid,
16331633

1634-
_stored_id: targetId
1634+
_stored_id: targetId,
1635+
_stored_size: response.size
16351636
});
16361637

16371638
connection.loginfo(plugin, 'STORED rcpt=' + recipient + ' user=' + userData.address + '[' + userData._id + '] result=' + response.response);

0 commit comments

Comments
 (0)