Page 1 of 1

receive/view own email

Posted: Wed May 20, 2015 4:50 pm
by hime3
I sent an email to my same email account, but PPPro does not show it in Sender.
How to set PPPro so it downloads and shows emails sent from and to same email address?

Re: receive/view own email

Posted: Wed May 20, 2015 5:08 pm
by Jeff
AntiJunk has a BCC rule that will hide messages from yourself. I recently modified the rule so that it will only affect true-BCC messages (ie. if sent to yourself in the To/CC field, the rule won't apply), but the update may not affect existing rules.

So, you can either disable the rule, or update it. In either case, to access the BCC rule:
1) From the main menu of PP, select Tools / AntiJunk -> Main interface
2) Select the "Rules" page on the left
3) Find 'BCC' in the list on the right

To disable the rule:
1) Uncheck it
2) Press OK

To update the rule:
1) Edit the BCC rule by double-clicking it
2) Copy the lines between (but not including) the hyphens
-----
[Rules]
BCC_Action = 2 6 -1 "" "" 16777215 16777215 ""
BCC_Comment = Email that you BCC to yourself is marked as read.\r\n\r\nUpdate: this Rule will not activate if your email address is in the To/CC fields; therefore, it is truly a BCC-only rule.
BCC_Rule00 = 0 1 1 "+FromAddress" 0 "%email%"
BCC_Rule01 = 1 0 1 "+FromName" 0 "%name%"
BCC_Rule02 = 2 0 1 "+FromName" 0 "'%name%'"
BCC_Rule03 = 3 1 0 "To" 1 "%email%"
BCC_Rule04 = 4 1 0 "CC" 1 "%email%"
BCC_Status = weight_-1
-----
3) Back in the BCC rule, from the menu, select Edit / Paste Rule Set
4) Press OK a couple times to save it

Re: receive/view own email

Posted: Wed May 20, 2015 5:51 pm
by hime3
Thank you Jeff