Displaying 1 result from an estimated 1 matches for "0000zip".
Did you mean:
0000gi
2012 Jun 20
2
CentOS 6.2-x86-64
...'@')))
return -1;
Obviously strrchr() tries to convert the header spec here from line 35:
int Header :: rfc822_valid_msgid (const char* msgid)
into a plain char. Boom on a 64 bit machine.
2nd Question:
How best to fix that? I know enough C to be dangerous, but somewhere
between .0000zip and absolutely nothing about c++.
There are other mail related problems, like a missing inotifywait and its
library, but moving the 32 bit versions into what appeared to be the
correct locations, and that seems to work 99% well.
Suffice to say mail is moving, but the noise filters aren't wo...