Cillian Sharkey a écrit :
> 
> Patrick Lin <[EMAIL PROTECTED]> wrote:
> > hello
> > i am running imapd 2.0.12 and  Sendmail Switch-2.1.0
> > i want to know the best way to root incomaing mail directly to a subdir
> > of "Public folder"
> >
> > 1 - sieve
> 
> Sieve only works for 'user' email addresses, thus if you want to redirect
> email to another folder using Sieve, you'll need a user with the same name as
> the incoming address and a corresponding script to do the redirection possibly
> using something like:
> 
> fileinto "PublicFolder.Subdir";

ok
does Fileinto support space in the folder name ?

> > 2 -  alias
> 
> Probably the easier option. With an alias this might be:
> 
> some-address:   +PublicFolder.Subdir


ok 
i try with formail and sed with no Luck

> 
> Although with this method you can't have spaces in any of the folder names and
> you'll have to watch for case sensitivity issues too.

yes ,
it is a big issue for me, so i will see

> 
> Regards,
> 
> --
> Cillian

best regards
patrick
-- 
                                              ____________
           __________________________________(           /
  ________|                                  |          /
  \       | This message is transmitted by   |          \
   \      |   100 % recycled electrons       |___________\
   /      |__________________________________(
  /__________)

Reply via email to