Lisa Maira wrote:
> 
> Can anyone point us to how to directly call deliver to deliver a message
> to a subfolder containing spaces?
> 
> We're running 2.0.16.
> 
> deliver -m "folder with spaces" -a user user < foo
> 
> worked under 1.6.24
> 
> It exits 65 under 2.0.16.

Lisa,

Because deliver is now just an LMTP client, any RCPT addresses must
conform to RFC821 (ie, SP and specials must be escaped, or the entire
localpart quoted).  Without making any changes to the code (which I just
did, but have to think about it a bit), try this:

deliver -m "folder\ with\ spaces" -a user user < foo


BTW, is Doug Torre still over there?  If so, tell him I said hi.

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to