Displaying 6 results from an estimated 6 matches for "aoq".
Did you mean:
aol
2011 Jan 19
1
Problem with sieve and delivery to folders with german umlauts.
Hi,
I have a problem with sieve and german umlauts:
error: msgid=unspecified: failed to store into mailbox 'INBOX.t&AOQ-st'
(INBOX.t&-AOQ-st): Mailbox doesn't exist: t&-AOQ-st.
The folder name is "t?st", the filesystem folder is ".t&AOQ-st" , but
sieve seems to look for a folder named ".t&-AOQ-st"
Dovecot verstion is: 2.0.9 (7ecc5e10da57)
Micha Krause
2013 Sep 20
5
Bug report: "doveadm rename" encodes special characters wrongly in mUTF-7 (in fs)
...veadm es consistent.
So when using "doveadm rename" trying to rename a folder with special characters e.g. german umlauts like "??" it seems to create the folder wrongly in the filesystem.
Example: When I want to rename a users folder 'geschaftliches' to 'gesch&AOQ-ftliches' ("&AOQ-" is the correct mUTF-7 encoding for "??") using the command
doveadm mailbox rename -u user 'geschaftliches' 'gesch&AOQ-ftliches'
it ends up in the filesystem renamed as "gesch&-AOQ-ftliches" which has an falsely added...
2006 Nov 01
0
Fwd: Benachrichtung zum +ANw-bermittlungsstatus (Fehlgeschlagen)
...t.net <postmaster@prebit.net>
Date: Nov 1, 2006 3:22 PM
Subject: Benachrichtung zum
=?unicode-1-1-utf-7?Q?+ANw-bermittlungsstatus (Fehlgeschlagen)?=
To: joakimsen@gmail.com
Dies ist eine automatisch erstellte Benachrichtigung +APw-ber den
Zustellstatus.
+ANw-bermittlung an folgende Empf+AOQ-nger fehlgeschlagen.
*@prebit.net
Final-Recipient: rfc822;*@prebit.net
Action: failed
Status: 5.1.1
---------- Forwarded message ----------
From: Andrew Joakimsen <joakimsen@gmail.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <
asterisk-users@l...
2003 Dec 26
2
OC curve in "Quality Control"
...not find any table of
Hypergeometric Disribution (if such tables are available on the internet,
please let me know).
--------------------------------------------
4. Is there any way i can perform "Quality control" calculations (like
p-chart / np-chart / c-chart / u-chart / OC curves / AOQ / AOQL / ATI / ASN
/ plan design) in R? I guess such procedures are available in SAS /
Statistica or other statistical softwares. If there are such operations in
R, please refer me to the appropriate documentations.
--------------------------------------------
5. Particularly, if we have lots of...
2009 Jan 31
3
Script: Moving Maildirs between servers
...from earlier versions of dovecot, and shall not be copied either.
# Add your own exceptions to the list. Be sure to quote spaces and dots.
basename=`basename $sourceimap`
action=copy
case $basename in (\.Junk|\.Junk\ E-mail|\.Correo\ electr\&APM-nico\ no\ deseado|\.Skr\&AOQ-ppost|\.Trash|\.INBOX) action=skip;; esac
echo -n "$basename" "$action"
if [ $action"X" == copy"X" ]; then
{
echo -n ":"
destname=$basename
# Merge contents of .Draft and .Drafts to .Drafts:
if [ $basename...
2005 Jan 04
4
Scheduler Mechnisms!
Hello,
Normally, in addition to such qdisc scheduler mechanisms as FIFO, PQ, WRR, WFQ,
are there any more? Then, there is a confusion on scheduler in Linux enviroment:
Assume there is a qdisc, such as RED as a leaf qdisc in a router, we know, if
there is packet which want to enqueue the packet, the Function red_enqueue is
called, but when the packet leave the queue(when the Function red_dequeue