chibenwa commented on code in PR #1093:
URL: https://github.com/apache/james-project/pull/1093#discussion_r934307429
##########
server/apps/distributed-app/docs/modules/ROOT/partials/IsMarkedAsSpam.adoc:
##########
@@ -14,4 +14,15 @@ As an example, here is a part of a mailet pipeline which can
be used in your Loc
<targetFolderName>Spam</targetFolderName>
</mailet>
<!-- End of SpamAssassing mailets pipeline -->
+....
+
+In order to use this with `rspamd`, we need to declare a condition for the
matcher.
+Eg: With the recipient header for RSpamD being
*org.apache.james.rspamd.status*,
+then the configuration would be:
+
+....
+<!-- SpamAssassing mailets pipeline -->
Review Comment:
```suggestion
<!-- RSpamD mailets pipeline -->
```
You should put the RSpamD mailet prior this. Also you need to explain that
one would need to drop the RSpamD jar in `extensions-jars` folder.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]