Hello.
I only find
but please, how I can count the number of emails in queue with "*some string in subject*" ??
After of I know the number total, then I want please the line/command to remove this emails in queue filtering by "*some string in subject*", no by "*some string in BODY*" in body.
is possible?
Thanks
I only find
Code:
exiqgrep -i |awk '{ print "exim -Mvh "$1 }' |sh |grep -i 'here subject EXACT'
After of I know the number total, then I want please the line/command to remove this emails in queue filtering by "*some string in subject*", no by "*some string in BODY*" in body.
is possible?
Thanks