My Mail Queue Administration got a lot of mail list.
all is Recipient(s) is same. i dont know which user send out.
i try to use command as below:
result:
may i know what happen?
all is Recipient(s) is same. i dont know which user send out.
i try to use command as below:
exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash
result:
[root@server27 ~]# exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash
bash: line 1: syntax error near unexpected token `newline'
bash: line 1: `exim -Mrm <[email protected]>'
[root@server27 ~]#
may i know what happen?