Skip to main content

How to use exim variables in filters

Comments

4 comments

  • cPanelMichael
    Hello @mcowper, Can you use our
    0
  • mcowper
    Hello @mcowper, Can you use our
    0
  • mcowper
    I understand that there is no way around this currently using cPanel. I will be putting in a feature request. In the meantime this is the solution that I came up with in case anybody else runs into this. I installed incron on the server. It is a daemon similar to cron that runs commands on filesystem events rather than time events. I then created an incrontab entry for the user that contained the following line: /etc/vfilters/ IN_MODIFY echo '%s/\\//g|w|q' | ex - /etc/vfilters/
    That removes the '\\' from the file every time cPanel adds it.
    0
  • cPanelMichael
    Hello @mcowper, Thank you for submitting the ticket and sharing the workaround. Let me the feature request URL once it's opened and I'll link it to the internal case noted below. Internal case CPANEL-27301 was opened to request an improvement to the filter creation UI in cPanel so that Exim variables are supported as values. Thank you.
    0

Please sign in to leave a comment.