Re: 3.2.3 to 3.2.4

2008-01-29 Thread Bubuk Gabrok
*PLEASE DISCARD THE EARLIER MESSAGE. SORRY.*

On Jan 29, 2008 4:36 AM, Randal, Phil <[EMAIL PROTECTED]> wrote:
> Yes,
>
> That should be fine.
>
> Don't forget to run sa-update after installing.
>
> Cheers,
>
> Phil


 I am very new at this. I have read the FAQ which stated that updates will
be written to /var/lib/spamassassin/
 But I also have files ending with .cf in /usr/share/spamassassin

 Anyway I ran
*# /usr/bin/sa-update --nogpg --channel saupdates.openprotect.com --channel
updates.spamassassin.org*

 and I got this message:
*Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/Scalar/Util.pm line 30.*

I can also see that it created these under /var/lib/spamassassin/3.002003 :
*# ll /var/lib/spamassassin/3.002003/ *
*total 20 *
*drwxr-xr-x  2 root root 4096 Jan 30 09:22 saupdates_openprotect_com *
*-rw-r--r--  1 root root 1695 Jan 30 09:22 saupdates_openprotect_com.cf *
*-rw-r--r--  1 root root   50 Jan 30 09:22 saupdates_openprotect_com.pre *
*drwxr-xr-x  2 root root 4096 Jan 30 09:22 updates_spamassassin_org *
*-rw-r--r--  1 root root 2431 Jan 30 09:22 updates_spamassassin_org.cf*

What did I do wrong that caused sa-update to complain about the
uninitialized value? How do I go about correcting it?

My perl version:

# perl -v
This is perl, v5.8.8 built for i686-linux


Please advise. Thank you.

...
Bubuk


Re: 3.2.3 to 3.2.4

2008-01-29 Thread Bubuk Gabrok
On Jan 29, 2008 5:15 AM, Bubuk Gabrok <[EMAIL PROTECTED]> wrote:
> On Jan 29, 2008 4:36 AM, Randal, Phil <[EMAIL PROTECTED]> wrote:
> > Yes,
> >
> > That should be fine.
> >
> > Don't forget to run sa-update after installing.


[EMAIL PROTECTED] lib]# /usr/bin/sa-update --nogpg --channel
saupdates.openprotect.com --channel updates.spamassassin.org
Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/Scalar/Util.pm line 30.


Re: 3.2.3 to 3.2.4

2008-01-29 Thread Bubuk Gabrok
On Jan 29, 2008 4:36 AM, Randal, Phil <[EMAIL PROTECTED]> wrote:
> Yes,
>
> That should be fine.
>
> Don't forget to run sa-update after installing.
>
> Cheers,
>
> Phil
>
> --
> Phil Randal
> Network Engineer
> Herefordshire Council
> Hereford, UK

Thank you Phil.

--
Bubuk


3.2.3 to 3.2.4

2008-01-29 Thread Bubuk Gabrok
I installed 3.2.3 from the Mail-SpamAssassin-3.2.4.tar.bz2 tarball.
Would it be okay to download Mail-SpamAssassin-3.2.4.tar.bz2 , install
it and the new version will overwrite the 3.2.3 version ? Please
advise. TIA.


--
roger


Re: Fake MX Record

2007-07-22 Thread Bubuk Gabrok

On 7/23/07, Evan Platt <[EMAIL PROTECTED]> wrote:

At 08:17 PM 7/22/2007, Bubuk Gabrok wrote:
>On http://wiki.apache.org/spamassassin/OtherTricks (Fake MX Record) ,
>where do I insert these values:
>fake0.domain.com   10
>realmx.domain.com  20
>fake1.domain.com   30
>
>TIA.

In your Zonefile for your DNS.

Evan


Thanks Evan. I am using webmin to create and edit all my DNS entries.
Now suppose if I want to create Fake MX Record for example.com, I
would go to BIND DNS Server from the Servers main menu item right?

Then I should click on example.com and click on Edit Records File and
insert to values that I have mentioned before. Am I on the right
track?

...
...
www.example.com.IN  A   aaa.bbb.ccc.ddd
example.com.IN  MX  10 mail.example.com
fake0.domain.com   10
realmx.domain.com  20
fake1.domain.com   30

Do I need to replace domain.com to example.com ? Please advise.


Fake MX Record

2007-07-22 Thread Bubuk Gabrok

On http://wiki.apache.org/spamassassin/OtherTricks (Fake MX Record) ,
where do I insert these values:
fake0.domain.com   10
realmx.domain.com  20
fake1.domain.com   30

TIA.