search for: file_ds

Displaying 2 results from an estimated 2 matches for "file_ds".

Did you mean: file_db
2009 Jun 26
0
RPM python subroutine for (epoch, version, release) comparation?
...se) as a string ?%epoch-%version-%release?, and so the RPM ?comparing process is simplified as string comparing ? which doesn?t look correct, am I wrong? See the code from the page: ? -------------------------------------------------------------------------------------- file_h = ts.hdrFromFdno(fd) file_ds = file_h.dsOfHeader() inst_ds = inst_h.dsOfHeader() if file_ds.EVR() >= inst_ds.EVR(): print "Package file is same or newer, OK to upgrade." else: print "Package file is older than installed version." ----------------------------------------------------------------------...
2009 Nov 26
2
quote warning not being triggered (yet again)
I'm using 1.2.6 with the managesieve patch and maildir++ quotas (via the maildirsite file). Again, I found that the quota warning is not bering triggered. Testing via: smtp-source -4 -f sender at charite.de -t recipient at charite.de -m 1 -l 1000000 -C 1 mail.charite.de:submission recipient at charite.de being a mailbox with a 10.0 MB limit. I attached dovecot -n and the quota warn script.