Bug#498523: Fix is in 0.95.1

2010-01-20 Thread Adam Katz
Hi. I just got in BIG TROUBLE at work because the "check to make sure this is okay first" preface to an email I wrote was removed due to this bug, and this is not the first time. This is a grave bug and then some. And it has an EASY fix. Heck, it's even already checked into Debian Experimental.

Bug#504451: kolab-webadmin: res_pub.pem not found when creating group, bug 361000 not fixed

2008-11-03 Thread Adam Katz
Package: kolab-webadmin Version: 0.4.0-20060810-4 Severity: normal *** Please type your report below this line *** In brief: Still a bug in Etch (only). A bugfix patch is attached. I can reproduce bug 361000 [1] with kolab-webadmin 0.4.0-20060810-4. I even went to the considerable trouble to

Bug#459766: Perpetual password prompt when cancelling [#459766]

2008-09-04 Thread Adam Katz
Adam Katz wrote: > I have this issue too, though it's not as persistent as Danai > SAE-HAN's copy; it gives up after exactly five prompts... Update: I still have this problem, and the persistence of the password prompt sometimes requires killing gpg (usually, I only have 5-10

Bug#470188: new milter-greylist package

2008-04-23 Thread Adam Katz
This has been sitting forgotten in my 'drafts' folder for a long while now. I might as well hit "send" and let you see it. As you might imagine, I don't have much by way of free time, but small tasks are easy enough. I keep meaning to look into the formalities of becoming a Debian maintainer, bu

Bug#449557: milter-greylist: Enable DNSRBL support

2008-03-13 Thread Adam Katz
> I don't think this adds a dependency to the package The README to version 4.0 states: > Optional dependencies: > - libbind from BIND 9, for DNSRBL support, except if your system has a > thread-safe DNS resolver built-in. This appears to be better documentation than the README in version 3.0,

Bug#445841: milter-greylist: SPF lookups trusted too much

2008-03-13 Thread Adam Katz
The command was implemented in version 4.1, which is not yet released. When it is, it will have the following syntax: racl greylist spf self delay 33m This comes from the mitler-greylist mailing list archives at http://tech.groups.yahoo.com/group/milter-greylist/message/4243 -- To UNSUBSCR

Bug#459766: Perpetual password prompt when cancelling [#459766]

2008-02-29 Thread Adam Katz
I have this issue too, though it's not as persistent as Danai SAE-HAN's copy; it gives up after exactly five prompts (exactly six for drafts), then gives an error ("Sending of message failed" or "Unable to save your message as draft"). I spliced together a template from reportbug for relevance (I

Bug#428215: Add gnupg2 as a dependency to enigmail (Bug#428215)

2007-12-21 Thread Adam Katz
>> The latest enigmail is *always* passing '--use-agent' to gpg, even >> if the "Use Agent" box isn't checked in the engmail perferences. > > Upstream answered it's not a bug, but an intended behaviour > (because gpg-agent will be mandatory in pgg2) If that's the response and you're holding to it

Bug#453345: debianutils: which script has extraneous code

2007-12-05 Thread Adam Katz
> For the record, ": foo" is a not entirely uncommon alternative way to > write comments in Bourne shell it's also the only way to squeeze a > comment and a trailing ";;" onto a single line. Wow, I've never seen that outside DOS.bat scripts, but yes, it does that. You can't have a comment followin

Bug#453345: debianutils: which script has extraneous code

2007-12-04 Thread Adam Katz
Okay, I did a little more homework on Bourne and found you are right; a trailing colon in the $PATH does indeed put the current directory at the end, and a double-colon in the path does indeed count as the current directory. I knew neither of these things. This mostly retracts my suggestions. >

Bug#304644: mrxvt: please reconfigure it with --enable-xgetdefault option !

2007-11-30 Thread Adam Katz
>From the man page: > The default mrxvt behaviour can be set using the resource > configuration file ~/.mrxvtrc. For backward compatibility, if > ~/.mrxvtrc is not found, mrxvt tries to load configuration settings > from the files ~/.Xdefaults or ~/.Xresources. I would recommend creating a blank ~

Bug#453735: mrxvt: man page lacks listing for -xftpsz and xftPSize

2007-11-30 Thread Adam Katz
Package: mrxvt Version: 0.5.2+svn235-1 Severity: minor The argument -xftpsz (like "mrxvt -xftpsz 16") can be used to change the size of the proportional font (specified with -xftpfn) for tab names. The option name for this is xftPSize. This is not documented in the man page (I used to change it

Bug#453720: mrxvt: Minimum Xft font size is too big

2007-11-30 Thread Adam Katz
Package: mrxvt Version: 0.5.2+svn235-1 Severity: normal Tags: patch I have good eyes and a crisp monitor, and I like my terminals small and plentiful. The mrxvt ships with a minimum font size that is very large, making it unusable for me for everyday use, and on the occasion that I want to shrin

Bug#453345: debianutils: which script has extraneous code

2007-11-28 Thread Adam Katz
Package: debianutils Version: 2.25.1 Severity: minor Two bits of extraneous code to remove: lines 30-33: 30 case $PATH in 31 *::) : "not *DIR:" ;; 32 *:) PATH="$PATH:" ;; 33 esac Unless this is for some weird nonstandard bourne implementation, the argument "not *DIR:" to the colon (:

Bug#449557: milter-greylist: Enable DNSRBL support

2007-11-06 Thread Adam Katz
Package: milter-greylist Version: 3.0-3 Severity: wishlist Please enable DNSRBL in the binary package. This is as simple as adding --enable-dnsrbl to the configure script within the debian/rules file. I don't think this adds a dependency to the package, so I see no reason not to enable it. Comp