Hi thanks,

even with:

    echo -e "action=DUNNO\n"

it fails with the same reason

On 2025-05-17 19:45, Wietse Venema via Postfix-users wrote:

https://pastebin.com/gMrRx9Ny

https://pastebin.com/xX1hj38H
First,

echo -e "action=DUNNO\n\n"

will send THREE newline characters, and will therefore break the
protocol.

DCemo (assuming Bash):

$ echo -e "action=DUNNO\n\n" | od -cb
0000000   a   c   t   i   o   n   =   D   U   N   N   O  \n  \n  \n
141 143 164 151 157 156 075 104 125 116 116 117 012 012 012
0000017

Second, I would not process data from the network with a shell.

Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to