I've try to set a filter that recognize empty email and then sends an auto-reply from the canned response.
i've this text on my empty email:
Telefono: 123456789
Versione dell'app: x.x.x
Dispositivo: iPhone
Versione di iOS: xx.x.x
Inserisci i dettagli della richiesta :
Inviato da iPhone
The empty email have the string "Inserisci i dettagli della richiesta :" followed by a blank line.
I tried using a match to with one of the following regular expressions:
/\n^Inserisci i dettagli della richiesta :\n\n/ui
/Inserisci i dettagli della richiesta :\n\n/
screenshot: https://prnt.sc/sfvqcwjCjvzc
But the filter does not work.
Tested with https://regex101.com/ my RegEx rules works correctly. Why not on OsTicket?
Suggestions?