On Thursday 25 April 2002 22:17, Ingo Herz wrote:

the details:
cyrus 2.0.16
exim 4.02
and the filter i crafted after some diggings in the list:

# Exim filter
if error_message then finish endif
if $header_List-Id: contains "exim-users.exim.org"
then deliver [EMAIL PROTECTED]
elif $header_List-Id: contains "bugtraq.list-id.securityfocus.com"
then deliver [EMAIL PROTECTED]
endif

the delivery meth (cut from exim.conf):
local_delivery:
    driver = pipe
    command = "/usr/cyrus/bin/deliver ${local_part}"
    return_path_add
    return_output
    message_prefix = ""
    user = cyrus

so the problem is solved, but by the way of setting "anyone p" acl on the 
folders. id like to avoid such acl...

and one more trouble:
cyradm just dumps with core without any meaningfull err|warr message.

i think i screwed something in a very bad way ;)

> At 22:02 24.04.2002 +0400, Yuri Pimenov wrote:
>
> could you tell us more about your config: cyrus version, delivery meth,
> MTA etc. If you use sendmail/lmtp I think direct delivery will be
> impossible if you enable ".forward".
>
> ingo
>
> >hi!
> >
> >is it possible to deliver messages right into subfolder in user's INBOX?
> >for example, i created maillists.cyrus subfolder and set up mail filter to
> >deliver messages with apropriate List-Id: to that folder...
> >
> >but messages just disappear when im trying to send to
> > mylogin.maillists.cyrus how this could be done?
> >
> >--
> >thanks in advance, Yuri Pimenov
>
> PGP fingerprint: 859C E367 FF87 CFF0 C637  467E D659 5B15 92E2 C583

-- 
thanks in advance, Yuri Pimenov

Reply via email to