| In sendmail, if I want to immediately expire all email addressed to a
| person I'd do stuff like
|
| # sendmail -qRfoo@??? -OTimeoutQueueReturn=now
|
| What's the exim commandline equivalent?
hmmmm
exiqgrep -i -r foo@??? | xargs exim -Mg
-i Message IDs only
-r <regexp> Match recipient address
I'm sure there's a better way ;-)
--
Chris Edwards, Glasgow University Computing Service