-
I hate to ask an obvious question, but you are running cygwin spamd, right?.
2003-11-18 00:33:36 UTC in WinSpamC - spamC for Windows
-
We changed this in the latest to Exit 101 (which will still work with an Exit 99 test in a batch file, but allows more granulatiry)
We attempted to return original message unprocessed, but realized this was A Bad Idea for reasons of memory and large files. Long story. take our word for it. So now it's back to 0 byte output in that case.
2003-11-05 18:14:01 UTC in WinSpamC - spamC for Windows
-
Well, syslog could be translated into some other form. The main problem is spamd relies on forks and spawns that simply DO NOT WORK in ActivePerl.
As for the other, please tell Jason Reusch about the PAR project - which is a free program that does much of what the Perl Dev Kit does (aka packaging everything into one package)
2003-11-05 18:12:40 UTC in WinSpamC - spamC for Windows
-
Logged In: YES
user_id=875389
Just go to MS's site and find the latest runtimes for VB6.
2003-11-01 07:01:51 UTC in SpamAssassin for Outlook
-
The -P is no longer necessary and should probably be removed as it will be made obsolete in the future.
2003-11-01 06:05:56 UTC in SpamAssassin for Outlook
-
No, that's the way (a pop3 proxy is what you meant). OE is surprisingly lame as far as addin capability, which is why you see few direct plugins in the market.
2003-11-01 06:05:22 UTC in SpamAssassin for Outlook
-
You'd have to e-mail fred for it. Durn if we can get CVS working reliably.
2003-10-24 20:46:15 UTC in WinSpamC - spamC for Windows
-
I point out that if you checked for ExitCode 99 you'd know it's a baddy, but since you might want to write directly to output queue (I actually think that's risky as Mail server might i/o clash with half-written file), we've fixed it.
2003-10-24 07:51:43 UTC in WinSpamC - spamC for Windows
-
Oh I see you'd rather it just write the old message under those circumstances. Fine, that's easy and I've e-mailed fred with the change.
2003-10-24 06:38:14 UTC in WinSpamC - spamC for Windows
-
I'm not sure we CAN fix it fred. I checked the code - we exit without writing anything to the console. This appears to be just a Windows thing.
2003-10-24 06:36:30 UTC in WinSpamC - spamC for Windows