Displaying 3 results from an estimated 3 matches for "itaapi".
Did you mean:
itaapy
2009 Apr 07
1
Search docs with terms that match a pattern
Hello,
I have once again a small question: Is it possible to search a pattern
like "*foo*" ? I saw that we can use QueryParser::FLAG_WILDCARD but
only with "foo*" patterns. Have you got a trick to do that ?
And an other question with wildcards: i tested FLAG_WILDCARD and the
QueryParser, but i have some problems with special characters (by
example "/"). Is it
2008 Oct 28
2
antispam - Unable to determine the destination user
Hello,
I'm trying to install dovecot antispam plugin and I've some problems
with dspam user.
When I move a mail out of 'SPAM' folder I have this error in my
/var/log/messages :
Oct 28 17:01:41 tony2 imap: antispam: /usr/bin/dspam --source=error
--class=innocent --signature=47de4679174462472577556 ...
Oct 28 17:01:41 tony2 dspam[24313]: Unable to determine the
destination
2008 Oct 08
0
[PATCH] "git-*" syntax is obsolete since git 1.6
---
Makefile.am | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 3a02f4e..4d17fd0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,5 +26,5 @@ EXTRA_DIST = README.NV1 ChangeLog
# Always regenerate the changelog
CLEANFILES = ChangeLog
ChangeLog: FORCE
- git-log > ChangeLog
+ git log > ChangeLog
FORCE:
diff