Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Problem with set-net in user.r

 [1/4] from: laplace:worldnet at: 17-Aug-2001 1:30


Hello I tried to put an alias in the email adress but there is an error : set-net [ laplace<[laplace--worldnet--fr]> mail.worldnet.fr none none none news.worldnet.fr ]

 [2/4] from: tim:johnsons-web at: 16-Aug-2001 19:32


On Fri, Aug 17, 2001 at 01:30:47AM +0200, laplace wrote:
> Hello I tried to put an alias in the email adress but there is an error : > set-net [ laplace<[laplace--worldnet--fr]> mail.worldnet.fr none none none > news.worldnet.fr ]
Remove the the alias: laplace<[laplace--worldnet--fr]> becomes just [laplace--worldnet--fr] Does it work then?
> -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Tim Johnson <[tim--johnsons-web--com]> http://www.johnsons-web.com

 [3/4] from: arolls::bigpond::net::au at: 17-Aug-2001 14:14


> Hello I tried to put an alias in the email adress but there is an error : > set-net [ laplace<[laplace--worldnet--fr]> mail.worldnet.fr none none none > news.worldnet.fr ]
rebol does not see laplace<[laplace--worldnet--fr]> as a value of type email! And I don't think rebol is currently programmed to recognize aliases in email addresses. So I do not think it is going to work. However, I could be wrong. I tried sending email with an alias as argument to send, and also in a custom header for send/header, but it didn't really work. I suppose it is all because of the same reason above.

 [4/4] from: limhk:acm at: 17-Aug-2001 22:40


hi, try adding this to user.r system/standard/email/from: ["laplace" <[laplace--worldnet--fr]>] hk laplace wrote: