Jakob Hirsch wrote:
> 
>>>  directory = /var/spool/vmail/Maildir/\
>>>    ${if eq {$h_X-Spam:}{Yes} {.Junk/}}
> 
> Oh. That should've been
> directory = $home/Maildir/...

Oh yeah completely, I ran with it -- it actually looks like:

   directory = ${home}/Maildir/\
     ${if eq {$h_X-Spam-Flag:}{YES} {.Junk/}}

Since X-Spam-Flag is always stripped on the drop into spamc/spamd, then 
re-added as needed. So, it's the clear marker that I know my SA put it 
there, and it's not an errant header. :)

-te

-- 
Troy Engel | Systems Engineer
Fluid, Inc | http://www.fluid.com

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

Reply via email to