<div dir="ltr"><div><div>Let&#39;s try this:<br><br><div>In simple form, it looks like this:<br><br></div><div>if (message does NOT contain header) {<br></div><div>  send to GMail<br></div><div>} else {<br></div><div>  drop in recipient mailbox<br>

</div>  send copy to other email<br>}<br><br></div><div>The first recipe works, as specified, and does what it should do which is to check whether an incoming e-mail to the system contains that specific header line.  If the message does not, that e-mail gets bounced out to GMail instead.  (Gmail&#39;s job here is simply filtering and forwarding it back.)  Done, end of processing.<br>

<br></div>When the message comes back from GMail, it will have that X-Forwarded-For line in it, in which case the recipe sees it and exits, and the message gets dropped in the user&#39;s mailbox.  <br><br></div>That&#39;s it, that&#39;s what the first recipe does.  It works.  Note: this is NOT a system wide recipe.  It&#39;s user specific, namely my account only.  I&#39;m simply forwarding a copy to a coworker, but only after things come back from GMail&#39;s filter, not before.<br>

<br>I&#39;m trying to add to that by sending a copy of the message after it&#39;s been returned from GMail (and therefore contains the header already) to another e-mail address as well as dropping it in the recipient&#39;s mailbox.<br>

<div></div><br><div>The reason I have those two lines at the beginning of the second recipe is to make sure the only messages being copied are those that contain that header.  Otherwise, I may end up sending duplicates of the same message, once when it first arrives, and again when it comes back from GMail.  At least, I think that&#39;s what will happen if I omit those lines.  I could be wrong.<br>

<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 24, 2013 at 12:34 AM, jdow <span dir="ltr">&lt;<a href="mailto:jdow@earthlink.net" target="_blank">jdow@earthlink.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">OK, you do not want things to continue processing. So what I posted will<br>
not solve your problem.<br>
<br>
So what you have for rule 1 is:<br>
    not Xforwarded to both <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> and <a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a><br>
and not xforwarded to both <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> and <a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a><br>
and not from          <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
and not to            ashley@papillon.pcraft.__com<br>
        forward to <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
<br>
What you have for rule two is the first half of rule 1 to another<br>
recipient:<br>
    not Xforwarded to both <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> and <a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a><br>
and not xforwarded to both <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> and <a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a><br>
        forward to salesdept@wherever<br>
<br>
<br>
Is this a general rule for all mail coming into the system to any<br>
recipient? Presuming it is then email to <a href="mailto:george@gmail.com" target="_blank">george@gmail.com</a> will be<br>
sent off to kirash and processing ends there since it fails all the<br>
conditions and the conditions are anded and inverted.<br>
<br>
Mail to kirash will fall through both rules.<br>
<br>
Mail from kirash will match the third test which means it&#39;s false<br>
when inverted and the mail falls through to the second rule and gets<br>
forwarded to salesdept.<br>
<br>
mail to ashley will fall through the first rule and be diverted salesdept<br>
by the second rule.<br>
<br>
Mail that has been xforwarded to kirash and ashley (at either address)<br>
passes one of the first two rules which when inverted fails the procmail<br>
rule for both rules 1 and 2 so they simply pass through.<br>
<br>
So have account phil at <a href="http://phoo.com" target="_blank">phoo.com</a> send a message to <a href="mailto:george@pcraft.com" target="_blank">george@pcraft.com</a><br>
and see what happens. I believe it should pass through. So you&#39;d see<br>
both rules hitting. You can forge a test message and feed it through<br>
procmail to see what happens with the rule.<br>
<br>
For testing let&#39;s try this set of rules:<br>
<br>
:0<br>
* !^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt; <a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a> &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a>&gt;<br>

* !^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt; <a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a> &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a>&gt;<br>

* !^From.*<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
* !^To.*ashley@papillon.pcraft._<u></u>_com &lt;mailto:<a href="mailto:ashley@papillon.pcraft.com" target="_blank">ashley@papillon.<u></u>pcraft.com</a>&gt;<br>
/tmp/foo1<br>
<br>
0:<br>
* ^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt; <a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a> &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a>&gt;<br>

* ^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt; <a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a> &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a>&gt;<br>

/tmp/foo2<br>
<br>
/tmp/foo3<br>
<br>
That should sort the mail to three different destinations in /tmp. You<br>
can easily see where the messages go as you try variants without polluting<br>
mail boxes.<br>
<br>
I&#39;m wondering about this line in the first rule:<br>
* !^From.*<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
<br>
Is that really what you mean? I presume it is. But if it&#39;s not that could<br>
lead to confusing results when you test.<br>
<br>
{^_^}<div class="im"><br>
<br>
On 2013/01/23 20:15, Ashley M. Kirchner wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
No, the second rule should ONLY process when a message passes the first rule<br>
(and does NOT get bounced out to gmail.)  I believe, please correct me if I&#39;m<br>
wrong here, but I believe the way you&#39;ve rewritten it, rule 2 will ALWAYS run,<br>
regardless of the outcome of rule 1.  This will result in duplicate message<br>
being sent to the second e-mail address.<br>
<br>
<br>
On Wed, Jan 23, 2013 at 9:10 PM, jdow &lt;<a href="mailto:jdow@earthlink.net" target="_blank">jdow@earthlink.net</a><br></div><div class="im">
&lt;mailto:<a href="mailto:jdow@earthlink.net" target="_blank">jdow@earthlink.net</a>&gt;&gt; wrote:<br>
<br>
    The basic rule to remember with procmail is that once the email is<br>
    delivered processing is ended. So if the rule passes you must then<br>
    clone the email and deliver the clone. That allows the rules to keep<br>
    on processing.<br>
<br>
    I imagine you also want the second rule to continue processing as well.<br>
<br>
    Something akin to<br>
    :0<br></div>
    * !^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
    <a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a> &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a>&gt;<div class="im"><br>
<br>
    * !^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br></div>
    <a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a> &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a>&gt;<br>
    * !^From.*<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
    * !^To.*ashley@papillon.pcraft._<u></u>_com &lt;mailto:<a href="mailto:ashley@papillon.pcraft.com" target="_blank">ashley@papillon.<u></u>pcraft.com</a>&gt;<br>
    {<br>
             :0 c<br>
             ! <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
    }<br>
<br>
    :0c<br>
<br>
    * ^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
    <a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a> &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a>&gt;<div class="im"><br>
    * ^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br></div>
    <a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a> &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a>&gt;<div><div class="h5"><br>
    {<br>
             :0 c<br>
             ! salesdept<br>
    }<br>
<br>
    {^_^}<br>
<br>
<br>
    On 2013/01/23 20:00, Ashley M. Kirchner wrote:<br>
<br>
        The way this should work is as follows:<br>
<br>
        - new e-mail arrives at the recipient&#39;s box and procmail picks it up and<br>
        checks<br>
        the X-Forward-For header<br>
        - if the header does NOT contain any of those listed, it forwards the<br>
        message to<br>
        the specified gmail address<br>
            &gt; STOP &lt;<br>
<br>
        - if the header exists and contains any of the matches listed, the<br>
        message gets<br>
        dropped into the recipient&#39;s inbox<br>
        AND<br>
        - it is at this point that I want it to also forward a copy of said<br>
        message to<br>
        the second e-mail address<br>
<br>
<br>
        The first rule works as expected.  Message comes in, first rule checks<br>
        it and<br>
        upon failing, bounces back out to gmail.  Nothing happens after that.<br>
          When the<br>
        message returns, it passes the first rule and gets dropped in the<br>
        recipient&#39;s<br>
        box.  When I added the second rule, nothing changed.  The first keeps<br>
        running as<br>
        is and the second is simply ignored.<br>
<br>
        Now, perhaps I&#39;m wrong in thinking that when it comes back and passes<br>
        the first<br>
        rule, it will also run through the second rule.  Is this a case where I<br>
        need to<br>
        write things wrapped in a nest?  Sort of like an IF .. THEN .. ELSE?<br>
<br>
        A<br>
<br>
<br>
<br>
        On Wed, Jan 23, 2013 at 7:50 PM, jdow &lt;<a href="mailto:jdow@earthlink.net" target="_blank">jdow@earthlink.net</a><br>
        &lt;mailto:<a href="mailto:jdow@earthlink.net" target="_blank">jdow@earthlink.net</a>&gt;<br></div></div><div class="im">
        &lt;mailto:<a href="mailto:jdow@earthlink.net" target="_blank">jdow@earthlink.net</a> &lt;mailto:<a href="mailto:jdow@earthlink.net" target="_blank">jdow@earthlink.net</a>&gt;&gt;&gt; wrote:<br>
<br>
             On 2013/01/23 15:28, Ashley M. Kirchner wrote:<br>
<br>
                 Ok, I&#39;m still trying to figure this out.  On the new, test<br>
        account, i<br>
                 can get it<br>
                 to log so I just need to figure out the other two.  However, I<br>
        recreated the<br>
                 same recipe on the test account and what I&#39;m seeing in the log<br>
        is the<br>
                 first part<br>
                 of the recipe only, it doesn&#39;t seem to do anything with the<br>
        second part.<br>
<br>
                 So this (adjusted for the test account):<br>
<br>
                 LOGFILE=/var/log/procmail<br>
                 VERBOSE=yes<br>
<br>
                 :0<br>
                 * !^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt; &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;<br>
                 &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;&gt;<br>
        <a href="mailto:mytest@pcigrafx.com" target="_blank">mytest@pcigrafx.com</a> &lt;mailto:<a href="mailto:mytest@pcigrafx.com" target="_blank">mytest@pcigrafx.com</a>&gt;<br></div>
        &lt;mailto:<a href="mailto:mytest@pcigrafx.com" target="_blank">mytest@pcigrafx.com</a> &lt;mailto:<a href="mailto:mytest@pcigrafx.com" target="_blank">mytest@pcigrafx.com</a>&gt;&gt;<div class="im"><br>
                 &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a> &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a> &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a>&gt;&gt;&gt;<br>
<br>
                 * !^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt; &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;<br>
                 &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;&gt;<br></div>
        <a href="mailto:mytest@pcraft.com" target="_blank">mytest@pcraft.com</a> &lt;mailto:<a href="mailto:mytest@pcraft.com" target="_blank">mytest@pcraft.com</a>&gt; &lt;mailto:<a href="mailto:mytest@pcraft.com" target="_blank">mytest@pcraft.com</a><div class="im">
<br>
        &lt;mailto:<a href="mailto:mytest@pcraft.com" target="_blank">mytest@pcraft.com</a>&gt;&gt; &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a><br>
        &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a>&gt;<br>
<br>
                 &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a> &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a>&gt;&gt;&gt;<br>
                 * !^From.*<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;<br></div>
                 &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;&gt;<br>
                 * !^To.*mytest@papillon.pcraft._<u></u>___com<br>
        &lt;mailto:<a href="mailto:mytest@papillon." target="_blank">mytest@papillon.</a>__<a href="http://pcraft.com" target="_blank">pcra<u></u>ft.com</a> &lt;mailto:<a href="mailto:mytest@papillon.pcraft.com" target="_blank">mytest@papillon.<u></u>pcraft.com</a>&gt;&gt;<br>

                 &lt;mailto:<a href="mailto:ashley@papillon" target="_blank">ashley@papillon</a>.<br>
        &lt;mailto:<a href="mailto:ashley@papillon" target="_blank">ashley@papillon</a>.&gt;__<a href="http://pcra__ft.com" target="_blank">pcr<u></u>a__ft.com</a> &lt;<a href="http://pcraft.com" target="_blank">http://pcraft.com</a>&gt;<div class="im">
<br>
        &lt;mailto:<a href="mailto:ashley@papillon." target="_blank">ashley@papillon.</a>__<a href="http://pcraft.com" target="_blank">pcra<u></u>ft.com</a> &lt;mailto:<a href="mailto:ashley@papillon.pcraft.com" target="_blank">ashley@papillon.<u></u>pcraft.com</a>&gt;&gt;&gt;<br>

                 ! <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br></div>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;<div class="im"><br>
        &lt;mailto:<a href="mailto:ashley@gmail.com" target="_blank">ashley@gmail.com</a> &lt;mailto:<a href="mailto:ashley@gmail.com" target="_blank">ashley@gmail.com</a>&gt;<br>
<br>
                 &lt;mailto:<a href="mailto:ashley@gmail.com" target="_blank">ashley@gmail.com</a> &lt;mailto:<a href="mailto:ashley@gmail.com" target="_blank">ashley@gmail.com</a>&gt;&gt;&gt;<br>
<br>
                 :0c<br>
                 * ^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt; &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;<br></div><div class="im">
                 &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;&gt;<br>
        <a href="mailto:mytest@pcigrafx.com" target="_blank">mytest@pcigrafx.com</a> &lt;mailto:<a href="mailto:mytest@pcigrafx.com" target="_blank">mytest@pcigrafx.com</a>&gt;<br></div>
        &lt;mailto:<a href="mailto:mytest@pcigrafx.com" target="_blank">mytest@pcigrafx.com</a> &lt;mailto:<a href="mailto:mytest@pcigrafx.com" target="_blank">mytest@pcigrafx.com</a>&gt;&gt;<br>
                 &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a> &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a>&gt;<div class="im"><br>
        &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a> &lt;mailto:<a href="mailto:ashley@pcigrafx.com" target="_blank">ashley@pcigrafx.com</a>&gt;&gt;&gt;<br>
<br>
                 * ^X-Forwarded-For: <a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt; &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a><br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;<br></div>
                 &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a> &lt;mailto:<a href="mailto:kirash4@gmail.com" target="_blank">kirash4@gmail.com</a>&gt;&gt;&gt;<br>
        <a href="mailto:mytest@pcraft.com" target="_blank">mytest@pcraft.com</a> &lt;mailto:<a href="mailto:mytest@pcraft.com" target="_blank">mytest@pcraft.com</a>&gt; &lt;mailto:<a href="mailto:mytest@pcraft.com" target="_blank">mytest@pcraft.com</a><div class="im">
<br>
        &lt;mailto:<a href="mailto:mytest@pcraft.com" target="_blank">mytest@pcraft.com</a>&gt;&gt; &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a><br>
        &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a>&gt;<br>
<br></div><div class="im">
                 &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a> &lt;mailto:<a href="mailto:ashley@pcraft.com" target="_blank">ashley@pcraft.com</a>&gt;&gt;&gt;<br>
                 ! <a href="mailto:salesdept@pcraft.com" target="_blank">salesdept@pcraft.com</a> &lt;mailto:<a href="mailto:salesdept@pcraft.com" target="_blank">salesdept@pcraft.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:salesdept@pcraft.com" target="_blank">salesdept@pcraft.com</a> &lt;mailto:<a href="mailto:salesdept@pcraft.com" target="_blank">salesdept@pcraft.com</a>&gt;&gt;<br>
                 &lt;mailto:<a href="mailto:salesdept@pcraft.com" target="_blank">salesdept@pcraft.com</a> &lt;mailto:<a href="mailto:salesdept@pcraft.com" target="_blank">salesdept@pcraft.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:salesdept@pcraft.com" target="_blank">salesdept@pcraft.com</a> &lt;mailto:<a href="mailto:salesdept@pcraft.com" target="_blank">salesdept@pcraft.com</a>&gt;&gt;<u></u>&gt;<br>
<br>
<br>
<br>
             Ashley, it might pay to explicitly say, in words, what you think you<br>
             want to do if the first rule passes, if the first rule does not pass<br>
             and the second rule passes, and if neither rule passes.<br>
<br>
             As it is your description of passing the first rule is the correct<br>
             action for what you&#39;ve developed as a rule. You have delivered the<br>
             email and rule processing ceases at that point. So you might have<br>
             to clone the output of the first rule to pass it to the second rule<br>
             IF that is the action you want based on your disappointment at these<br>
             rules doing what you told them to do.<br>
<br>
             {^_^}<br>
<br>
<br>
             --<br>
             users mailing list<br>
        <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a> &lt;mailto:<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.<u></u>fedoraproject.org</a>&gt;<br>
</div>
        &lt;mailto:<a href="mailto:users@lists." target="_blank">users@lists.</a>__<a href="http://fedoraproject.org" target="_blank">fedorapr<u></u>oject.org</a><div class="im"><br>
        &lt;mailto:<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.<u></u>fedoraproject.org</a>&gt;&gt;<br>
<br>
             To unsubscribe or change subscription options:<br></div>
        <a href="https://admin.fedoraproject." target="_blank">https://admin.fedoraproject.</a>__<u></u>__org/mailman/listinfo/users<div class="im"><br>
             &lt;<a href="https://admin.fedoraproject." target="_blank">https://admin.fedoraproject.</a>_<u></u>_org/mailman/listinfo/users<br>
        &lt;<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.<u></u>org/mailman/listinfo/users</a>&gt;&gt;<br>
             Guidelines:<br></div>
        <a href="http://fedoraproject.org/wiki/____Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/<u></u>____Mailing_list_guidelines</a><br>
        &lt;<a href="http://fedoraproject.org/wiki/__Mailing_list_guidelines" target="_blank">http://fedoraproject.org/<u></u>wiki/__Mailing_list_guidelines</a><u></u>&gt;<br>
<br>
             &lt;<a href="http://fedoraproject.org/__wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/__<u></u>wiki/Mailing_list_guidelines</a><div class="im"><br>
        &lt;<a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/<u></u>wiki/Mailing_list_guidelines</a>&gt;&gt;<br>
             Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
<br>
<br>
<br>
<br>
    --<br>
    users mailing list<br>
    <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a> &lt;mailto:<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.<u></u>fedoraproject.org</a>&gt;<br>

    To unsubscribe or change subscription options:<br>
    <a href="https://admin.fedoraproject." target="_blank">https://admin.fedoraproject.</a>__<u></u>org/mailman/listinfo/users<br>
    &lt;<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.<u></u>org/mailman/listinfo/users</a>&gt;<br>
    Guidelines: <a href="http://fedoraproject.org/wiki/__Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/<u></u>__Mailing_list_guidelines</a><br>
    &lt;<a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/<u></u>wiki/Mailing_list_guidelines</a>&gt;<br>
    Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
<br>
<br>
<br>
<br>
</div></blockquote><div class="HOEnZb"><div class="h5">
-- <br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.<u></u>org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/<u></u>Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
<br>
</div></div></blockquote></div><br></div>