### individual header_checks for each user ###

I know this is not intended, but is it possible with some SQL magic?

SELECT action FROM header_checks WHERE '%s' RLIKE pattern

Each pattern field has an "owner". In a different table I have addresses and an "owner" field.

So I would need something like

AND owner of recipient address (in a different table) LIKE owner of pattern

However, does header_checks even have a recipient address variable?  I assume  %s is just the headers? Perhaps the recipient address could be extracted somehow?


Thanks for any help

Reply via email to