How it works content_filter in case where is used spamassassin and clamav ? Here is example for one content_filter: http://www.postfix.org/FILTER_README.html And I see that sendmail command cant use the same content_filter otherwise it would be a loop. But example if content_filter will be set up as spamassassin the how it possible that after filtering is finished will run next clamav filter ?
If someone know please show me step by step how works content_filter using standard configuration spamassassin and clamav ( spamassassin in master.cf as an additional option for smtp service and clamav in main.cf: scan:localhost:10025 ) Order filtering, where is content_filter blocked and replaced with the next one.