首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >把我的学院邮件转发给gmail?

把我的学院邮件转发给gmail?
EN

Unix & Linux用户
提问于 2015-02-12 08:49:26
回答 1查看 1.2K关注 0票数 5

我想把收到我学院邮件的电子邮件转发到我的gmail,同时把原件保存在学院帐户里。我试着编辑我的/.procmail文件如下所示:

代码语言:javascript
复制
# Forward everything to me at gmail
:0:
! myusername@gmail.com

这是很好的工作,除了原来的邮件只是反弹到gmail帐户,而不是存储在学院的邮件帐户。为了这个该怎么办?

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2015-02-12 09:00:35

使用:0c转发消息的副本

代码语言:javascript
复制
:0c
! myusername@gmail.com

C旗帜文件:

代码语言:javascript
复制
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.
票数 10
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/184412

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档