[Connection id() and logging prefix 1/2] Allow for support of the plugin.

2009-09-11 Thread jmmills
From: Jason Mills Make sure we have a connection id before using it. If we don't have a connection prefix with pid. Signed-off-by: Jason Mills --- plugins/logging/connection_id |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/logging/connection_id b/plug

[Connection id() and logging prefix 2/2] Added id method.

2009-09-11 Thread jmmills
From: Jason Mills id() is hex a representation of remote_ip, remote_port and time of creation. Signed-off-by: Jason Mills --- lib/Qpsmtpd/Connection.pm | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/lib/Qpsmtpd/Connection.pm b/lib/Qpsmtpd/Connection.p