I modified the program in my server, and added the following to the datedetector.py
# Mercury/32
template = DateStrptime()
template.setName("E Year/Month/Day Hour:Minute:Second")
template.setRegex("E \d{4}\d{2}\d{2} \d{2}\d{2}\d{2}")
template.setPattern("E %Y%m%d %H%M%S")
self.__templates.append(template)

After that, i restarted the service and voilà... It worked perfectly... Hope this helps anyone who wants to ban ips that are initially detected in Mercury/32.

Anyway, the feature request seems to me like it's still open.

Thanks a lot for the program again.