search for: 1075010

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

Did you mean: 107500
2010 Sep 19
2
dovecot-2.0.3 - can not upload message, over quota
...ssage I get in mutt: [OVERQUOTA] Quota exceeded (mailbox for user is full) Now this is not true, because dovecot-lda can save message to any of my folders, and doveadm says I have no quota (which is true): # doveadm quota get -u <user> Quota name Type Value Limit % User quota STORAGE 1075010 - 0 User quota MESSAGE 26750 - 0 Dovecot logs say nothing about this. Why is that error message then? (I must admit that I didn't try with another mail client.) I've tried to recalc the quota with doveadm but no luck. doveconf -n: # 2.0.3: /etc/dovecot/dovecot.conf # OS: Ope...
2020 Apr 24
2
Pointer comparison folding
Hi, I am looking at some code that does address comparisons to check whether a given pointer is within a certain memory range. For example: if (0xff00 <= &a[x] && &a[x] < 0xffff) This results in IR like: %2 = getelementptr inbounds [100 x i32], [100 x i32]* @a, i32 0, i32 %0, !dbg !9 %3 = icmp uge i32* %2, inttoptr (i32 65280 to i32*), !dbg !10 %4 = icmp ult i32* %2,