We're working on a custom application integration to our own system for several projects. However we're trying to use some of the content filtering features such as "application result", but it seems to not be responding to the return values. Is there any way to confirm if this is going wrong inside Ability or in our programs? We've checked the program by manually inputting the values used by ability (we used ProcMon to determine the exact values used), this however does give us the proper return (value 2)
The test content filter is bacically this:
If address == newsletter@KO3.net AND Application Result == 2 THEN Change Subject to "Rejected!" AND Stop Filtering
Any help would be appreciated