package postgrey retitle 309499 perl -T prohibits start when setting --dbdir severity important thanks
>> On my system, postgrey won't start when it has the -T switch to >> perl in its shebang line. This is what I get when reproducing it >> manually: > > This is not a bug in the existing package but your desire for > postgrey to use taint checks. I agree that it should. Nevertheless, > since the package works unless you edit files in /usr/bin (which you > should not do), this is a wishlist bug. I'm sorry, Martin, but postgrey _does_ use the -T switch, so this _is_ any important bug. The existing postgrey "binary" uses the following shebang line: #!/usr/bin/perl -T -w And that -T in there prohibits the use of the documented and existing --dbdir commandline option. Otherwise I wouldn't have complained. cu, sven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

