W dniu 2011-06-05 11:37, Stephan Bosch pisze:
What is your application?

Actually it's something like this:

>>>

if anyof (
# example #1
    allof (
...
        anyof (
...
        )
    ),
# example #2
    allof (
...
        anyof (
...
        )
    ),
# example #3
    allof (
...
        anyof (
...
        )
    ),
# example #4
    allof (
...
    ),
# example #4a
    allof (
...
    ),

# example #5
    allof (
...
    ),
# example #6
    allof (
...
    ),
# example #7
    allof (
...
    )
)
{
discard;
}

>>>

I'd like to know which condition was the actual reason of e-mail discarding. I thought about log message.

Regards,

MU

Reply via email to