I wanted to forward emails which comes to my institute mail to my gmail, while keeping the originals in the institute account too. I tried editing my /.procmail file like below:
# Forward everything to me at gmail
:0:
! [email protected]
This was working fine except the original mail is just bouncing to gmail account, not getting stored at institute mail account. What to do for this?