mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-17 22:42:09 +08:00
v1.32.3
This commit is contained in:
parent
0595d61c10
commit
b62c7c47b9
2 changed files with 2 additions and 2 deletions
|
|
@ -682,7 +682,7 @@ module.exports = (db, server, messageHandler, userHandler, storageHandler) => {
|
|||
}
|
||||
|
||||
if (orTerms.subject) {
|
||||
let regex = filterSubject.replace(/[-/\\^$*+?.()|[\]{}]/g, '\\$&');
|
||||
let regex = orTerms.subject.replace(/[-/\\^$*+?.()|[\]{}]/g, '\\$&');
|
||||
orQuery.push({
|
||||
headers: {
|
||||
$elemMatch: {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.32.2",
|
||||
"version": "1.32.3",
|
||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue