--On 19 December 2007 16:37:48 +0000 ROGERS Richard 
<[EMAIL PROTECTED]> wrote:

>
> I'd still be interested in ways of finding out who has OoO set, as it's
> tempting to turn the wick up on the spam checking for anyone who is
> known to be out (there are various permitted opt-outs here).
>

We do allow autoreplies, but we don't use Exchange, these are Exim filter 
autoreplies.  We use a web application to wrap the message in a test that 
looks like:

if personal
   alias [EMAIL PROTECTED]
   and $h_X-Bogosity does not begin "Spam"
   and $h_X-Bogosity does not begin "Unsure"
then
   mail
    ....
endif

The X-Bogosity header carries a spamassassin rating (we used to use 
bogofilter).

-- 
Ian Eiloart
IT Services, University of Sussex
x3148

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to