On Fri, Jul 29, 2011 at 13:47, Marc <sono...@fannullone.us> wrote:
>        When placing test orders in my re-factored shopping cart on my MacBook 
> Pro, Little Snitch is warning me that Perl is trying to connect to the 
> following servers when an order is completed and the confirmation e-mail is 
> being sent to the customer:
>
>  nullmx.yourdomain.com

This looks like a configuration error to me: something's expecting you
to fill in your domain and mailserver, and you haven't done that.

>  wdfgh.com

Likewise: "wdfgh" looks like the result of mashing the keyboard; the
fact that a company in China owns the domain is probably pure
coincidence.

>  mailsrv.gh.com

No idea about this one.

>
>        How can I find out which module(s) is doing this?  I don't want to go 
> live until I'm able to stop this, since I don't know how much, if any, of the 
> customers information may be compromised.
>

Most Perl modules are ordinary text files, so grepping around in the
modules directory for things like "mailsrv" or "wdfgh" should tell you
which modules are responsible.

-- 
Mark Wagner

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to