> \N^(.*)@.*_.*\.example.com(.*)$\N [email protected]$4 SF > works, but not very well - depending on whether or not the sender correctly > uses < > characters, it breaks.
Ok, I see why you are having issues if you are passing < > characters around it. According to the docs, it looks to me like it will already have been stripped, so you shouldn't have to worry about it, but if you really want to account for it: CentOS56[root@ivwm51 ~]# grep example.com /etc/exim/exim_TEST.conf \N^<?(.*)@.*_.*.example.com>?$\N [email protected] SF Regards... Todd -- If Americans could eliminate sugary beverages, potatoes, white bread, pasta, white rice and sugary snacks, we would wipe out almost all the problems we have with weight and diabetes and other metabolic diseases. -- Dr. Walter Willett, Harvard School of Public Health -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
