我想使用qmhandle删除基于select器中间的文本的消息。 例如:
qmhandle -Sfailure*
将删除主题以“失败”开始的所有消息。 但是,如果我想删除包含“通知”的主题的所有邮件,我找不到方法来执行此操作。
qmhandle -S*notice*
不起作用。
有没有办法使用qmhandle引导通配符?
使用引号。 工作示例:
./qmHandle -S"failure notice" ./qmHandle -S"notice" ./qmHandle -S"Undelivered Mail Returned to Sender" -Stext : delete all messages that have/contain text as Subject
你不需要*默认它search子string。