> Hi > > I want to remove messages from exim queue. There is a lot of message id > but one sender, so use exim -Mrm <id-message> isn't a nice idea. I > should use some like exim -?? <sender address>.
Try: exipick -f <sender_address> -i |xargs exim -Mrm That picks out all the message-ids on the queue with that sender_address, and feeds them in to the deletion command. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
