in reply to Re^2: perl 5.8.4, IO::Socket, and taint checking
in thread perl 5.8.4, IO::Socket, and taint checking

FreeBSD bug filed against this here: http://www.freebsd.org/cgi/query-pr.cgi?pr=177416
  • Comment on Re^3: perl 5.8.4, IO::Socket, and taint checking

Replies are listed 'Best First'.
Re^4: perl 5.8.4, IO::Socket, and taint checking
by Anonymous Monk on Apr 08, 2013 at 03:14 UTC
    The underlying issue was something of a reincarnation of CPAN hell: stale ports which included outdated, taint-dirty code that produced a namespace conflict with current base code. Once the old ports were removed and the local perl install recreated with only those ports needed as dependencies, postgrey began working normally.