Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
That's my understanding, and I always like to check for null anyway :)

I'll keep your patch handy if and when I release another version, although
to be honest, I'm not sure if I will release another version since the
userlist is a bit small, I don't see the point of trying to compete with
exiscan, and the current version works for me :)

I'm Ccing the list however so that your patch is available to others who
might have a need for it.

Cheers,
Marc
Thanks again, lemon.
# SAspamcPort: ${if def:authenticated_id {7832}{783}}
--- work/sa-exim-4.2/sa-exim.c.orig 2009-04-04 08:59:07.000000000 +0100
+++ work/sa-exim-4.2/sa-exim.c 2009-04-04 08:59:11.000000000 +0100
@@ -882,6 +882,14 @@
log_write(0, LOG_MAIN, "SA: Debug: check succeeded, running spamc");
}
+ expand=expand_string(SAspamcPort);
+ if (expand == NULL)
+ {
+ PANIC(string_sprintf("SAspamcPort expansion failure on %s", SAspamcPort));
+ }
+ SAspamcPort = expand;
+ log_write(0, LOG_MAIN, "SA: SAspamcPort is now %s", SAspamcPort);
+
/* Ok, so now that we know we're running SA, we remove the X-Spam headers */
/* that might have been there */
RemoveHeaders("X-Spam-");
--
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems & security ....
.... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/
Loading...