Fail2ban ignore whitelisting

I notice… having 2 lines of IPs in the Fail2Ban Whitelist… it ONLY ignore only ONE IP … the 2nd line IP still get ban if the user entered wrong password…
It seems to accept ONE ignoreIP… used to work before…

valid bug, I need to look

found a fix is coming

in /etc/e-smith/templates/etc/fail2ban/jail.local/01localaccess

-    foreach my $ip (split(/\s+/, ($fail2ban{IgnoreIP} || ""))) {
+    foreach my $ip (split(/,/, ($fail2ban{IgnoreIP} || ""))) {

please upgrade

Thank you… just did the upgrade,…