Viktor Dukhovni: > > On Jun 21, 2019, at 3:32 AM, Ralf Hildebrandt <r...@sys4.de> wrote: > > > > /^452-4\.2\.2 (The email account that you tried to reach is over quota.*)/ > > 552 5.2.2 ${1} > > Just as I expected. Now change that to: > > /^4(52[- ]4\.2\.2 The email account that you tried to reach is over > quota.*)/ 5${1} > > and don't do it again! :-) >
Use smtp_delivery_status_filter instead. (Postfix uses the last 452-4.2.2 from the multiline response) Wietse