Hello. My sieve script gives an error; "failed with unsuccessful implicit keep". Here is maillog file output;
(Yes my user does has quota exceeded, but is this the issue for the sieve script and is it normal for the script give such output?) postfix dovecot: lda([email protected])<50709><iEd4O9YLDGcVxgAA/dJgOw>: sieve: msgid=<[email protected]>: failed to store into mailbox 'INBOX': Quota exceeded (mailbox for user is full) postfix dovecot: lda([email protected])<50709><iEd4O9YLDGcVxgAA/dJgOw>: sieve: Execution of script /etc/dovecot/sieve/default.sieve failed with unsuccessful implicit keep postfix dovecot: lda([email protected])<50709><iEd4O9YLDGcVxgAA/dJgOw>: msgid=<[email protected]>: rejected: Quota exceeded (mailbox for user is full) And /etc/dovecot/sieve/default.sieve file contains: require ["fileinto"]; if header :contains "X-Spam" "Yes" { fileinto "Junk"; stop; } Any idea would be much appreciated. Best regards. _______________________________________________ dovecot mailing list -- [email protected] To unsubscribe send an email to [email protected]
