On Sx 9 this is what results when I create the rule using sxaa:
Code: Select all
Action
------
FORWARD
TO : S=ben/OU1=internet/DDT1=RFC-822/DDV1=bogus@domain.com/CN=ben/INTERNET-ADDR=bogus@domain.com
And from the RW:
Code: Select all
Action
------
FORWARD
TO : S=ben/OU1=internet/DDT1=RFC-822/DDV1=bogus@domain.com/INTERNET-ADDR=bogus@domain.com
Text
----
On Sx10 this is the result with sxaa:
Code: Select all
Action
------
FORWARD
TO : S=ben/OU1=internet/DDT1=RFC-822/DDV1=bogus@domain.com/CN=ben/INTERNET-ADDR=bogus@domain.com
And RW:
Code: Select all
Action
------
FORWARD
TO : S=ben/OU1=internet/DDT1=RFC-822/DDV1=bogus@domain.com/CN=ben/INTERNET-ADDR=bogus@domain.com
Text
----
In both cases the 'text' entry seems to be the problem and in fact I can fool sxaa into working on Sx9 by using the --text option & supplying a null file. I can't get the --text option to work at all in Sx10.
Any ideas?