You can delete the frozen emails by using following command on shell.
exim -bp | awk ‘$6~”frozen” { print $3 }’ | xargs exim -Mrm
You can delete the frozen emails by using following command on shell.
exim -bp | awk ‘$6~”frozen” { print $3 }’ | xargs exim -Mrm