Hello, i use a globalsieve rule to collect spam for all mail accounts in a specific mailbox.
Here is the code: vi /var/vmail/globalsieverc require ["fileinto"]; # Move spam to junk folder if not address :is "to" "[email protected]" { if header :contains "X-Spam-Flag" ["YES"] { redirect "[email protected]"; stop; } } But the spam mails are not delivered. cat /var/log/mail.info postfix/pipe[32301]: AD8F78E2128D: to=<[email protected]>, relay=dovecot, delay=0.14, delays=0.08/0/0/0.06, dsn=5.4.6, status=bounced (mail forwarding loop for [email protected]) Why is there a loop? I don't unterstand that. Any help? Thanks! Iced -- View this message in context: http://old.nabble.com/dovecot---postfix-mail-bounce-problem-tp33029725p33029725.html Sent from the Dovecot mailing list archive at Nabble.com.
