> Is there a way to make that trigger only on the _first_ (most recent)
> received header?
Modify the regex so that you can test against the format provided in the
X-Spam-Relays-Untrusted or X-Spam-Relays-External pseudo headers and
anchor it to the beginning.
Daryl
I thought that X-Spam-Relays-Untrusted has a list of all untrusted
relays not just the 'closest'. I think that what Jon (and I) are
looking for is the textural equivalent of what "notfirsthop"
will do for RBL lookups.
Notice the end of Daryl's phrase - "and anchor it to the beginning". This
way it will look at only the first host in the list.
Loren