Displaying 3 results from an estimated 3 matches for "0a58".
Did you mean:
0.58
2004 Dec 08
0
dovecot 1.0-test-56 mail doesn't show up with Mac Entourage clients
...486f ormation:.Sam.Ho
0x0470: 7573 746f 6e20 5374 6174 6520 556e 6976 uston.State.Univ
0x0480: 6572 7369 7479 0d0a 582d 5348 5355 2d4d ersity..X-SHSU-M
0x0490: 6169 6c53 6361 6e6e 6572 3a20 466f 756e ailScanner:.Foun
0x04a0: 6420 746f 2062 6520 636c 6561 6e0d 0a58 d.to.be.clean..X
0x04b0: 2d53 4853 552d 4d61 696c 5363 616e 6e65 -SHSU-MailScanne
0x04c0: 722d 5370 616d 4368 6563 6b3a 206e 6f74 r-SpamCheck:.not
0x04d0: 2073 7061 6d2c 2053 7061 6d41 7373 6173 .spam,.SpamAssas
0x04e0: 7369 6e20 2873 636f 7265 3d2d 302e 3030...
2019 Apr 15
1
No CRLF in Pigeonhole's header?
...gis.t
? 0x0070:? 6563 683e 0d0a 4244 4154 2032 3235 3420 ech>..BDAT.2254.
? 0x0080:? 4c41 5354 0d0a 582d 5369 6576 653a 2050? LAST..X-Sieve:.P
? 0x0090:? 6967 656f 6e68 6f6c 6520 5369 6576 6520? igeonhole.Sieve.
? 0x00a0:? 302e 352e 3520 2832 3438 3362 3038 3529? 0.5.5.(2483b085)
? 0x00b0:? 0a58 2d53 6965 7665 2d52 6564 6972 6563? .X-Sieve-Redirec
? 0x00c0:? 7465 642d 4672 6f6d 3a20 7240 7330 662e? ted-From:.r at sxf.
With Dovecot 2.2.36 + Pigeonhole 0.4.24.1 and required minimum of
version-related configuration changes - redirection works properly.
Related Exim code fragment:
https://gi...
2005 Apr 25
2
RAW types not restored from Rda files (PR#7812)
Full_Name: Byron Ellis
Version: 2.1.0
OS: OS X
Submission from: (NULL) (67.124.246.46)
> x = charToRaw("12345")
> x
[1] 31 32 33 34 35
> save(x,file="x.Rda")
> rm(x)
> load("x.Rda")
> x
[1] 00 00 00 00 00
Thats no fun.