fixed thrown errors
This commit is contained in:
parent
73ee6bf4a1
commit
179e0d5ab3
2 changed files with 2 additions and 6 deletions
|
@ -414,10 +414,6 @@ function formatMessage(message, callback) {
|
|||
'List-ID': {
|
||||
prepared: true,
|
||||
value: libmime.encodeWords(list.name) + ' <' + list.cid + '.' + (url.parse(configItems.serviceUrl).hostname || 'localhost') + '>'
|
||||
},
|
||||
'List-Unsubscribe': {
|
||||
prepared: true,
|
||||
value: url.resolve(configItems.serviceUrl, '/subscription/' + list.cid + '/unsubscribe/' + message.subscription.cid + '?auto=yes')
|
||||
}
|
||||
},
|
||||
list: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue