exiqgrep with mailscanner??

cix

Well-Known Member
Nov 6, 2003
74
0
156
How can I use exiqgrep with mailscanner?

E.G:
/usr/sbin/exiqgrep -i -r [email protected] | xargs /usr/sbin/exim -Mrm

didnt work with mailscanner...

/usr/sbin/exiqgrep -C /etc/exim_outgoing.conf -i -r [email protected] | xargs /usr/sbin/exim -C /etc/exim_outgoing.conf -Mrm

didnt work either... because exiqgrep dont accept -C argument (to select queue)...

What can I do to remove mails that matchs certain criterias ?

Thanks