Can you use something like:

header __L_X_NO_RELAY           exists:X-No-Relay
tflags __L_X_NO_RELAY           multiple

meta MULTIPLE_X_NO_RELAY        __L_X_NO_RELAY >= 8
describe MULTIPLE_X_NO_RELAY    Saw an inordinate number of X-No-Relay: headers
score MULTIPLE_X_NO_RELAY       10.0

I couldn’t get the first 2 lines to work together.  I had to resort to:

header __L_X_NO_RELAY           ALL =~ /^x-no-relay:/msi

instead for the first line.  Is this a known constraint?

-Philip

Reply via email to