spf-discuss
[Top] [All Lists]

Re: Calling spfquery or spfd

2004-03-13 10:02:46
--On Freitag, März 12, 2004 18:27:51 -0500 Greg Cirino - Cirelle Enterprises <gcirino(_at_)cirelle(_dot_)com> wrote:

----- Original Message -----
From: "wayne" <wayne(_at_)midwestcs(_dot_)com>
| The debugging in the perl M:S:Q code is off by default, so you
| shouldn't be getting anything extra unless you add a "-debug" option
| to spfquery.
|
| Could you post some of the output you are seeing/

The Call:
echo "65.167.180.251 gcirino(_at_)cirelle(_dot_)com cirelle.com" | spfquery

Output:

Mail::SPF::Query: ->new() requires a "helo" argument.
        Mail::SPF::Query::new('Mail::SPF::Query', 'ipv4', 65.167.180.251,
'sender', 'gcirino(_at_)cirelle(_dot_)com', 'debug', 1, 'fallbacks', ...) 
called at
                                  ^^^^^^^^^^

Here it is: debug-mode is enabled

Take a lokk at spfquery, there should be a line
 my $opt_debug = 0;
in it, I suspect that this is set to 1 in your installation.

Ralf


<Prev in Thread] Current Thread [Next in Thread>