Home All Groups Group Topic Archive Search About

Outlook 2003 Forwarding Rule forwarding only one message of batch

Author
11 Jun 2009 2:57 PM
David
Apply this rule after the message arrives
from x@x
and with Drop Ship Order in the subject
and on this machine only
forward it to y@y
and move it to the X folder
and mark it as read

Unfortunately, if I open outlook and receive 10 messages from the
sender that matches this rule, only 1 out of those 10 e-mails is
forwarded on!  All 10 messages move to the X folder.

I found this KB article: http://support.microsoft.com/kb/q258787/

But the subject lines are unique, they are in the form:

Fwd: FW: PO# 12345 - Drop Ship Order
Fwd: FW: PO# 54321 - Drop Ship Order

They are definately very similiar, but each and every one of them has
a unique PO# in the subject line.

Why is this rule not firing as expected?  I need all e-mails
downloaded in the batch to process this rule and forward them on
individually.  Is there a way to get the expected behavior?

Could I execute a vbs script to do the forwarding instead of using the
"forward" rule itself?  Would that work or have the same problems?  If
that would work, can anyone point me to the vbs script?

Thanks,

Author
22 Jun 2009 6:16 PM
Brian Tillman [MVP - Outlook]
Show quote Hide quote
"David" <david***@gmail.com> wrote in message
news:a5936adf-bf93-4b33-9543-1fc30c7cb1be@o14g2000vbo.googlegroups.com...

> Apply this rule after the message arrives
> from x@x
> and with Drop Ship Order in the subject
> and on this machine only
> forward it to y@y
> and move it to the X folder
> and mark it as read
>
> Unfortunately, if I open outlook and receive 10 messages from the
> sender that matches this rule, only 1 out of those 10 e-mails is
> forwarded on!  All 10 messages move to the X folder.

Have you tried adding the "stop p[rocessing more rules" action to see if that
affects the outcome?
--
Brian Tillman [MVP-Outlook]
Author
22 Jun 2009 11:27 PM
Diane Poremsky [MVP]
Outlook only forwards the first? If so, it thinks it's an autoreply or dupe
since the address/subject is always the same. A script might work.  I don't
know if outlookcode.com might have something -or try
http://www.vboffice.net/sample.html?lang=en&cmd=list&mnu=2 - there are a lot
of sample scripts.

--
Diane Poremsky [MVP - Outlook]
Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

Outlook Tips by email:
mailto:dailytips-subscribe-requ***@lists.outlooktips.net

EMO - a weekly newsletter about Outlook and Exchange:
mailto:EMO-NEWSLETTER-SUBSCRIBE-REQU***@PEACH.EASE.LSOFT.COM

Show quoteHide quote
"David" <david***@gmail.com> wrote in message
news:a5936adf-bf93-4b33-9543-1fc30c7cb1be@o14g2000vbo.googlegroups.com...
> Apply this rule after the message arrives
> from x@x
> and with Drop Ship Order in the subject
> and on this machine only
> forward it to y@y
> and move it to the X folder
> and mark it as read
>
> Unfortunately, if I open outlook and receive 10 messages from the
> sender that matches this rule, only 1 out of those 10 e-mails is
> forwarded on!  All 10 messages move to the X folder.
>
> I found this KB article: http://support.microsoft.com/kb/q258787/
>
> But the subject lines are unique, they are in the form:
>
> Fwd: FW: PO# 12345 - Drop Ship Order
> Fwd: FW: PO# 54321 - Drop Ship Order
>
> They are definately very similiar, but each and every one of them has
> a unique PO# in the subject line.
>
> Why is this rule not firing as expected?  I need all e-mails
> downloaded in the batch to process this rule and forward them on
> individually.  Is there a way to get the expected behavior?
>
> Could I execute a vbs script to do the forwarding instead of using the
> "forward" rule itself?  Would that work or have the same problems?  If
> that would work, can anyone point me to the vbs script?
>
> Thanks,