Forward and Move Rule

Forward and move rule not removing the email from the inbox.  Instead it’s copying the email to the move folder and leaving the original in the inbox.  The forward rule is working correctly but the definition has both.


from ‘[email protected]’ <wizardRule://fromPeople>
true
OnReceive
AllAccounts
Composed

<?xml version=“1.0” encoding=“utf-16”?>
<UIRule xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”; xmlns:xsd=“http://www.w3.org/2001/XMLSchema”&gt;
<dataEntered>true</dataEntered>
<name>from ‘[email protected]’ &lt;wizardRule://fromPeople&gt;</name>
<active>true</active>
<invocation>OnReceive</invocation>
<wordsInSubject>false</wordsInSubject>
<fromPeople>true</fromPeople>
<fromPeopleData>
<string>[email protected]</string>
</fromPeopleData>
<usingAccount>false</usingAccount>
<sentOnlyToMe>false</sentOnlyToMe>
<meInTo>false</meInTo>
<meInCc>false</meInCc>
<meInToOrCc>false</meInToOrCc>
<meNotInTo>false</meNotInTo>
<sentToPeople>false</sentToPeople>
<wordsInBody>false</wordsInBody>
<wordsInSubjectOrBody>false</wordsInSubjectOrBody>
<wordsInHeader>false</wordsInHeader>
<hasAttachment>false</hasAttachment>
<withSize>false</withSize>
<withSizeMax>-1</withSizeMax>
<withSizeMin>-1</withSizeMin>
<moveToFolder>true</moveToFolder>
<moveToFolderData>[email protected]/USPS</moveToFolderData>
<moveCopyToFolder>false</moveCopyToFolder>
<moveCopyToFolderData />
<deleteMail>false</deleteMail>
<permanentlyDeleteMail>false</permanentlyDeleteMail>
<forwardToPeople>true</forwardToPeople>
<forwardToPeopleData>
<string>[email protected]</string>
</forwardToPeopleData>
<forwardToPeopleAsAttachment>false</forwardToPeopleAsAttachment>
<markAsRead>false</markAsRead>
<terminateProcessing>false</terminateProcessing>
<addCategories>false</addCategories>
<unlessWordsInSubject>false</unlessWordsInSubject>
<unlessFromPeople>false</unlessFromPeople>
<unlessSentOnlyToMe>false</unlessSentOnlyToMe>
<unlessMeInTo>false</unlessMeInTo>
<unlessMeInCc>false</unlessMeInCc>
<unlessMeInToOrCc>false</unlessMeInToOrCc>
<unlessMeNotInTo>false</unlessMeNotInTo>
<unlessSentToPeople>false</unlessSentToPeople>
<unlessWordsInBody>false</unlessWordsInBody>
<unlessWordsInSubjectOrBody>false</unlessWordsInSubjectOrBody>
<unlessWordsInHeader>false</unlessWordsInHeader>
<unlessHasAttachment>false</unlessHasAttachment>
<unlessWithSize>false</unlessWithSize>
<unlessWithSizeMax>-1</unlessWithSizeMax>
<unlessWithSizeMin>-1</unlessWithSizeMin>
<skipNotification>false</skipNotification>
</UIRule>