You can delete the frozen emails by using the following command from shell but make sure that you have logged in as a root user.
exim -bp | awk ‘$6~”frozen” { print $3 }’ | xargs exim -Mrm
You can delete the frozen emails by using the following command from shell but make sure that you have logged in as a root user.
exim -bp | awk ‘$6~”frozen” { print $3 }’ | xargs exim -Mrm