For one customer several outgoing mails are rejected due to high spam-score. It happens always on Mails he answers in the context of "Bewerbung". Bayers gives 5.1 points and FUZZY_DENIED 3.0. To find out the reason for this high score i need some time. As a quick solution I want to make all outgoing mails from this customer (domain) to be sent without any checking. if I add the customers domain to the whitelist, it doesn't help, which I already assumed. Is there any way to setup a domain that all outgoing mails (authenticated senders) from this domain are not checked?
Thank you! Seems that my question to chatGPT was not so good than yours . This answer gives me everything I need. Now I understand the concept and will go with method 1, which is best suited for my demands.
I dont think that the answer it provided is correct. Be carefull with LLM answeres regarding rspamd configuration. They are often complete bogus. Rather check the docs: https://docs.rspamd.com/tutorials/scanning_outbound/
I agree with you regarding LLM answeres - not only for rspamd. In this case the answer seems pretty near to the docs. We all know about the problem of reading the docs and too less time, so let's say AI might be helpfull to find the right part of the docs very fast (sometimes). If you copy and paste code to your system without understanding you can be completely lost - no matter if that code comes from LLM or a human. I could solve my problem as a quick solution with the code from method 1 and I am already reading the docs in more detail to get a more specific solution without disabling all scans for all customers.