amartin-git
amartin-git
Hello, As of this morning it looks like MS changed something in the distribution files. Now getting the following error when trying to run mpclient: ``` main(): __rsignal(RSIG_BOOTENGINE) returned failure,...
vlib_cli_output was crashing when calling format_ip4_address. Passing the correct parameters fixes this. Also, added the collector port to the output.
Hello, I'm currently testing pymilter with Postfix and have noticed that the client_* symbols are not being set: ``` self.getsymval('{client_addr}') None self.getsymval('{client_name}') None self.getsymval('{client_port}') None ``` Postfix states that the...