-----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Andreas Metzler Gesendet: Montag, 9. Juni 2008 19:46 An: [email protected] Betreff: Re: [exim] malformed numerical string / system filter
>Anja Gawlik <[EMAIL PROTECTED]> wrote: [...] >> ** This is my system.filter: >> if $h_X-Spam-Score above 7.5 [...] >> ** And this ist the error-message I find in mainlog: >> 2008-06-09 15:20:29 1K5hI4-0002gB-CS Error in system filter: malformed >> numerical string "-2.5" >> (The mail is not being delivered.) >> It says the same for a positive score, so the problem is most likely >> the ".". Seems to me exim is expecting a "," here? Has it something >> to do with country settings? How can I make exim understand 2.5? [...] >Afaik the numeric test conditions (above, below, etc.) only work on >integers. I think this should work: >if $spam_score_int is above 75 >cu andreas Thank you very much, this solved my problem :) Greetings, Anja -- ## List details at http://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/
