-- Rob Tanner ([EMAIL PROTECTED]) wrote:

> Timo,
>
> Your comment below does make sense to me, so I suspect I wasn't
> answering the question you were asking (but I'm glad it was
> helpful anyway).  Could you please restate the original question?
> If I gather right this time, we are not talking just about
> messages that arrive in your INBOX, but also in a subscribed
> mailbox called "info-cyrus-mailbox".  Are you doing email
> filtering and might this be a sieve problem?  I'm just trying to
> figure out the original question (I don't have your original post
> anymore).
>
> Regards,
> Rob

Okai, lets go!

My problem is a little complicated. So i try an example to make
things clearer.

I post a message to the info cyrus maillinglist. I am subscribed
to this list and my sieve script moves every mail comming from this
list to a folder "Maillisten.info-cyrus". After a couple of minutes
i see my posting get into this folder. All right until here.
Now you (for example) enter the scenery. You see me posting on the
list as well, you can help me so you write an answer to: [EMAIL PROTECTED]
and make a cc: (or another to:) [EMAIL PROTECTED] So your mail
is sent one the one hand directly to me and on the other hand to the
info-cyrus maillinglist, from which, as i´m subscribed  to it,
the mail should be sent to me annother time.

But, the problem starts here, your mail reaches me only one time,
the one directly sent to me gets delivered to my INBOX, but the copy
which should be sent to me from the info-cyrus mailinglist, and which should
get sorted to "Maillisten.info-cyrus" never reaches me. Neighter it
get´s to my INBOX not it gets to "Maillisten.info-cyrus".

I hope this was clear. I can see this problem happening at the example
of our mailexchange. I allways get your mails addressed to me, but never the
ones addresssed to the info-cyrus mailinglist.

i´m afraid i have no idea what could be the reason for that behavior.
hope you have

thanks
timo

this is the part of my sieve.script concerning the info-cyrus sorting.
But i cannot imagine this beeing a sieve problem as mails falling
through the sieve-sieve (-: should get delivered to the INBOX.

elsif allof (header :contains "Sender"
"[EMAIL PROTECTED]", address :contains :localpart ["to",
"cc", "bcc"] "info-cyrus") {
        fileinto "INBOX.Maillisten.info-cyrus";}


Reply via email to