我想把收到我学院邮件的电子邮件转发到我的gmail,同时把原件保存在学院帐户里。我试着编辑我的/.procmail文件如下所示:
# Forward everything to me at gmail
:0:
! myusername@gmail.com这是很好的工作,除了原来的邮件只是反弹到gmail帐户,而不是存储在学院的邮件帐户。为了这个该怎么办?
发布于 2015-02-12 09:00:35
使用:0c转发消息的副本
:0c
! myusername@gmail.comC旗帜文件:
c Generate a carbon copy of this mail. This only makes sense on delivering recipes. The only
non-delivering recipe this flag has an effect on is on a nesting block, in order to generate a
carbon copy this will clone the running procmail process (lockfiles will not be inherited),
whereby the clone will proceed as usual and the parent will jump across the block.https://unix.stackexchange.com/questions/184412
复制相似问题