On Sat, Sep 09, 2023 at 02:43:52PM +0200, Sławomir Dworaczek via Exim-users 
wrote:
> here is my expression 
> if
>  $h_X-Spam-Potential: is not "" and 
> ${sg{$h_X-Spam-Potential:}{^(\d+)\..*}{$1}} is above 16 
> then
>  ...... 
> theoretically, only the number 16 before the dot should be taken into account 
> but unfortunately this doesn't happen :( thanks for help Slawek

 Try:
 ${sg{$h_X-Spam-Potential:}{^(\\d+).*\$}{\$1}}
-- 
 Eugene Berdnikov

-- 
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to