mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-06 16:04:31 +08:00
[Rspamd] Do not post whole body to alias expander...
This commit is contained in:
parent
be0ec8efc0
commit
ee9288581a
@ -111,7 +111,7 @@ rspamd_config:register_symbol({
|
|||||||
rspamd_http.request({
|
rspamd_http.request({
|
||||||
task=task,
|
task=task,
|
||||||
url='http://nginx:8081/aliasexp.php',
|
url='http://nginx:8081/aliasexp.php',
|
||||||
body=task:get_content(),
|
body='',
|
||||||
callback=http_callback,
|
callback=http_callback,
|
||||||
headers={Rcpt=rcpt['addr']},
|
headers={Rcpt=rcpt['addr']},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user