On Mon, March 16, 2020 13:37, Wietse Venema wrote:

>
> Is that a content filter setting? You may be able to work around
> that with "postsuper -r AD79220201". That command moves the message
> to the maildrop queue. From there on, Postfix ignores the content
> filter record, and handles the message as if it is submnitted with
> /usr/sbin/sendmail. If you have enabled content inspection for the
> pickup daemon, then the message will get a new content_filter record
> with the correct IP address.
>
>       Wietse
>

Thank you very much.  That worked perfectly

for Q in $(mailq | grep Mar | cut -f1 -d" "); do postsuper -r $Q; done


-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:byrn...@harte-lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3

Reply via email to