RE: [exim] how to delete "dead" emails
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
D u n c a n at
2004-10-19 12:13
Stephen Gran at
2004-10-19 22:40
Author:
jori.hamalainen
Date:
2004-10-19 12:32
UTC
To:
exim-users
Subject:
RE: [exim] how to delete "dead" emails
> try this command
> exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | sh
I am not expert in AWK but I think this would remove also non-frozen messages in queue?