Sorry, my patch was very sloppy.  In the rule for
    server started on port 783/tcp (running version 2.64)
make sure you \ the [(.)].
The rule should probably be something like
    server started on port [0-9]+/tcp \(running version [23]\.[0-9]+\)
- Marc