Rudy Gevaert: > Hello postfix users, > > I have question concerning the hold queue. > > I have a smtpd_*_restriction map that puts certain mails in the hold > queue. (E.g. phishing messages). > > My idea was to then update the restriction to DISCARD or REJECT the > message and to move the mails out of the hold queue. > > However, the re-queued mail gets delivered to the mailbox. Is this > default behavior? Can it be changed?
The smtpd_*_restrictions apply ONLY when mail arrives via SMTP. However, header_checks, body_checks and external content filters can still be used when requeuing mail. Wietse