Hi Daniel,
thanks for the hint.
But in a multidomain setup, i think, it would be sufficient, to route
all SPAM to user+***@domain.tld by configuring amavis via
/etc/amavis/conf.d/50-user:
$recipient_delimiter = '+';
$addr_extension_spam = 'Spam';
So, by reading the amavis perldoc, my interpretation:
All spam will be rewritten to user+***@domain.tld and i don't need one
rule for one user ?
Make sense to me, i give it a try.
Thanks.
Franz
Post by Daniel HoffendHi Franz
why don't you configure amavisd to deliver spam messages to +spam using
the parameter "addr_extension_spam". This was a spam gets delivered to
folder using lmtp. This is possible without having a global sieve rule.
--
regards
Daniel
Post by Skale, FranzHi,
/usr/share/roundcubemail/plugins/managesieve/lib/Roundcube/rcube_sieve.php
(Line 137, Variable $script).
Try to submit a feature request to roundcube (github).
For me also, it doesn't make sense not to have default rules applied to all
roundcube users via config file.
Like: /usr/share/roundcubemail/plugins/managesieve/config.inc.php
Rgds.
Franz
Post by HenryI wish to have a global sieve rule that moves spam mail to a user's
spam mail folder.
# rule:[Spamassassin]
if header :contains "subject" "***SPAM***"
{
fileinto "Spam";
}
I would like to set the above as a default for all users.
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users