Right now (to get this working today) I'm just using 'AddToReply'. That
lacks flexibiliy but gets the job done for today. Your explanation of
why this is failing for 'AddToReplyIfNotIncluded' makes sense. A new
directive is probably in order (I dislike making exceptions so modifying
AddToReplyIfNotIncluded is out of the question in my mind). Thanks for
the response. I'll let you know if I get time to code the new directive
before you do :)

-Steve

----- Original Message -----
From: "Joost Stegeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 03, 2000 11:53 AM
Subject: Re: Fw: (RADIATOR) Problem with AddToReplyIfNotIncluded


> Steven,
>
> As Hugh mentioned earlier, the AddToReplyIfNotIncluded directive takes
the list
> of parameters passed to it and looks at your reply packet. It takes
the first
> attrib from the list and looks for it in the reply packet, it finds no
> Ascend-Data-Filter attribute and thus adds the attribute. It then
takes the
> second parameter from the list (another Ascend-Data-Filter) and looks
for it in
> the reply packet. It finds the Ascend-Data-Filter that was added just
before
> and thus doesn't add any further Ascend-Data-Filter attribs.
>
> Solution: patch the code to Allow multiple Ascend-Data-Filters attribs
if you
> add one OR add a directive AddFilterToReplyIfNotIncluded which does
exactly
> this.
>
> Your first mail on this subject caught my attention as I wanted to use
this
> solution for a new customer. As you found, it doesn't work and I'm
looking at
> modifying the code to support the latter solution. It isn't that much
work, it
> just needs to be done and to be tested and my todo list is long enough
already.
> I'll send the patch to the list when I get around to that item on my
list.
>
> - Joost.
>
> ===
> Archive at http://www.thesite.com.au/~radiator/
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to