fixed message forwarding:

- messages to open lists are always accepted and sent to all subscribers
- messages to normal lists are accepted from subscribers and sent to all subscribers
- messages to moderated lists are accepted only from mods and sent to all subscribers
- messages to moderated lists are from non-mod subscribers are forwarded to the mods
- all other messages are retained
This commit is contained in:
2022-04-23 18:03:03 +02:00
parent cb3dcb54fd
commit 1ad9c7278e
3 changed files with 80 additions and 67 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.33</version>
<version>0.2.34</version>
<build>
<plugins>
<plugin>