That would be Parser.pm I think Find is case-sensitive.

I generally do this a few times a year:

cd /
find . -print > somename.txt

That puts an entire listing of filenames in a file in
the root dir.  Then if I'm looking for something I can
just grep in that file.

Ted

On 12/1/2014 12:43 AM, JK4 wrote:
Hi,

Where should the files be on Debian Squeeze?

# find /usr -name parser.pm

# <nothing found> :(

Thanks, So.

---
“When someone shows you who they are believe them; the first time.”
― Maya Angelou

On 2014-12-01 4:15, ricky gutierrez wrote:

Work for centos 6?
On Sunday, November 30, 2014, Ted Mittelstaedt <t...@ipinc.net
<mailto:t...@ipinc.net>> wrote:

    If you have 3.4 then:

    Fetch the patches with the commands:

    wget
    
"http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf/Parser.pm?r1=1642207&r2=1642206&pathrev=1642207&view=patch
    
<http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf/Parser.pm?r1=1642207&r2=1642206&pathrev=1642207&view=patch>"
    -O parser.pm.patch

    wget
    
"http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?r1=1642207&r2=1642206&pathrev=1642207&view=patch
    
<http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?r1=1642207&r2=1642206&pathrev=1642207&view=patch>"
    -O conf.pm.patch

    cd /usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Conf

    patch Parser.pm < parser.pm.patch

    cd ..

    patch Conf.pm < conf.pm.patch

    Done. Now it will work regardless of what is done with the rulesets.

    Ted

    On 11/30/2014 4:03 AM, A. Schulze wrote:


        Benny Pedersen:

            Upgrade to sa 3.4 where this work, else wait for next rule
            update,
            this is a work in progress thats only gives error when not
            using sa 3.4


        At least here I *have* 3.4 but got the same warnings.

        The file 72_active.cf <http://72_active.cf> from
        update_spamassasin_org contain some
        lines "if perl_version >= 5.001000

        I simply removed these lines/if statements because I *do run*
        a perl
        version > 5.1.
        ( patch attached )
        Hope, the next update from updates.spamassassin.org
        <http://updates.spamassassin.org> solved the issue.

        Andreas



--
rickygm

http://gnuforever.homelinux.com

Reply via email to