mail_already_handle_by_rspamd {
type = "header";
header = "X-Rspamd-Server";
map = "file:///etc/rspamd/scan.map";
symbol = "MAIL_ALREADY_HANDLE_BY_RSPAMD";
action = "accept"
}
scan.map
mtain1
mtain2
mtain3
Is that the right way ?
For now, not working.
King regards,
Fabrice
Hi,for exemple, one mail which is addressed to our list server pass through our mta-in and is scanned by rspamd.Then, the list server distributes the mail to all recipients and the mail is again scanned by rspamd.How to skip rspamd if the mail has already been scanned by our rspamd.