Feature: Spam to Junk folder#1485
Conversation
|
See suggestion in #1396. Can we amend it that way? Also I don't want a warning when |
I agree with you. Current default value is 0. Any idea for getting the original env value without (proper way) default assignment? |
|
If SPAMASSASSIN_SPAM_TO_INBOX=1 is the default configuration, this is right, there is no need for a warning, because the user made the change himself after reading it. If not the default value, you can keep warning message. |
VanVan
left a comment
There was a problem hiding this comment.
Your forget to also create Junk directory if not exist on file target/dovecot/sieve/before.spam.sieve
As the tests show, no need to create a directory.
User updates must be done using
Isn't
|
Implemented behavior regarding
Are you ok with this @erik-wramner? |
|
This looks fine. Unfortunately I merged the other PR first and I'm not allowed to resolve the merge conflict. Can you rebase and just keep your changes, please? Then I'll merge. |
89554d2 to
3026212
Compare
|
Rebase completed, tests are running. |
This PR is related to #1396
Features:
SPAMASSASSIN_SPAM_TO_INBOXbehaviorMOVE_SPAM_TO_JUNK=1permits to move spams to Junk folder using a global sieve ruleSPAMASSASSIN_SPAM_TO_INBOX=0MOVE_SPAM_TO_JUNK=1will allow SpamAssassin Lear to work.TODO:README update: strong warning about the default behavior of spam bouncingfix #1396