Displaying 4 results from an estimated 4 matches for "ndest".
Did you mean:
dest
2013 Apr 20
2
Metaflac hex dump UTF-8 and locale fix
...sh, German, English US).
-------------- next part --------------
diff --git a/src/metaflac/utils.c b/src/metaflac/utils.c
index 934cfcf..debc11e 100644
--- a/src/metaflac/utils.c
+++ b/src/metaflac/utils.c
@@ -77,17 +77,23 @@ void local_strcat(char **dest, const char *source)
safe_strncpy((*dest)+ndest, source, ndest + nsource + 1);
}
+static inline int local_isprint(int c)
+{
+ if (c < 0x32) return 0;
+ return isprint(c);
+}
+
void hexdump(const char *filename, const FLAC__byte *buf, unsigned bytes, const char *indent)
{
unsigned i, left = bytes;
const FLAC__byte *b = buf;
for(i...
2018 Apr 08
5
lda fails in parse_angle_addr if sieve is enabled
...l wrapper and capturing the username.
conf.d/15-lda.conf
protocol lda {
mail_plugins = $mail_plugins sieve
}
maillog:
Apr 8 19:36:54 email smtpd[6390]: smtp-in: Accepted message 9db769b1
on session 81939f0d30337a47: from=<user1 at example.org>,
to=<user2 at example.net>, size=2871, ndest=1, proto=ESMTP
Apr 8 19:36:54 email smtpd[6390]: smtp-in: Closing session 81939f0d30337a47
Apr 8 19:36:55 email dovecot:
lda(user2)<21091><Ljv6JzdTylpjUgAAWr0fMA>: Panic: file
message-address.c: line 147 (parse_angle_addr): assertion failed:
(*ctx->parser.data == '<')
Ap...
2018 Apr 08
0
lda fails in parse_angle_addr if sieve is enabled
...conf.d/15-lda.conf
> protocol lda {
> mail_plugins = $mail_plugins sieve
> }
>
> maillog:
> Apr 8 19:36:54 email smtpd[6390]: smtp-in: Accepted message 9db769b1
> on session 81939f0d30337a47: from=<user1 at example.org>,
> to=<user2 at example.net>, size=2871, ndest=1, proto=ESMTP
> Apr 8 19:36:54 email smtpd[6390]: smtp-in: Closing session 81939f0d30337a47
> Apr 8 19:36:55 email dovecot:
> lda(user2)<21091><Ljv6JzdTylpjUgAAWr0fMA>: Panic: file
> message-address.c: line 147 (parse_angle_addr): assertion failed:
> (*ctx->parser.d...
2014 Nov 26
1
mail_location maildir:~/Maildir Invalid user settings[SOLVED]
...2f06 from host mail.home.lan [local]
Nov 26 07:11:02 mail smtpd[9800]: smtp-in: New session 9b58df7a831a623b from host mail.home.lan [local]
Nov 26 07:11:02 mail smtpd[9800]: smtp-in: Accepted message c8316a42 on session 9b58df7942912f06: from=<>, to=<root at mail.home.lan>, size=10090, ndest=1, proto=ESMTP
Nov 26 07:11:02 mail smtpd[9800]: smtp-in: Closing session 9b58df7942912f06
Nov 26 07:11:02 mail smtpd[9800]: smtp-in: Accepted message 8cdef080 on session 9b58df7a831a623b: from=<>, to=<root at mail.home.lan>, size=2704, ndest=1, proto=ESMTP
Nov 26 07:11:02 mail smtpd[98...