| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
LOCALHOST |
"localhost" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final boolean |
DEEP_DEBUG |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
BYTE_MASK |
15 |
protected static final boolean |
DEBUG |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
QUERY |
"select RecipientRewriteTable.target_address from RecipientRewriteTable, RecipientRewriteTable as VUTDomains where (RecipientRewriteTable.user like ? or RecipientRewriteTable.user like \'\\%\') and (RecipientRewriteTable.domain like ? or (RecipientRewriteTable.domain like \'%*%\' and VUTDomains.domain like ?)) order by concat(RecipientRewriteTable.user,\'@\',RecipientRewriteTable.domain) desc limit 1" |
Copyright © 2002-2017 The Apache Software Foundation. All Rights Reserved.