Net::SMTP -> return e-mail on spam list - how to avoid?

2002-10-20 Thread David Jourard
Hi, I've created a small perl app which is running on a Windows 2000 server for a client. I programmed Net::STMP for sending e-mail. One of the e-mails was returned with the following: (note i changed the real ip and domain name.) IP.ADD.RE.SS does not like recipient. Remote host said: 591 yo

Question about the old Win32::OBDC

2002-07-01 Thread David Jourard
Hi, A while ago I created an application with Win32::OBDC by roth. The client asked if I could use a File DSN instead of a System DSN on an NT server where the client is virtually hosted (not their server). Not being too familiar with NT boxes and after going over the docs and some searching

zip code display on a map graphic

2001-04-18 Thread David Jourard
Hi, In my next perl project the search result produces a set of zip codes. I then need to display these zip codes as black dots on a an image (such as a jpeg) which is a map of several states. a. Are there any modules that do zip code location (checked cpan but couldn't find). b. Some kind