You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@issues.apache.org on 2010/08/08 21:00:11 UTC

[Bug 6476] New: sa-awl is not installed per default

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6476

           Summary: sa-awl is not installed per default
           Product: Spamassassin
           Version: 3.3.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Building & Packaging
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: sca@andreasschulze.de


spamassassin tarball contains sa-awl to manage Spamassassin AutoWhitelist.
But it is not installes by default.

I suggest the following Patch to Makefile.PL:

Index: dv-spamassassin-3.3.0rc3/Makefile.PL
===================================================================
--- dv-spamassassin-3.3.0rc3.orig/Makefile.PL   2010-01-14 22:40:23.000000000
+0100
+++ dv-spamassassin-3.3.0rc3/Makefile.PL        2010-01-15 09:48:48.000000000
+0100
@@ -152,6 +152,7 @@
     'MAN1PODS' => {
         'spamassassin'     => '$(INST_MAN1DIR)/spamassassin.$(MAN1EXT)',
         'lib/spamassassin-run.pod' =>
'$(INST_MAN1DIR)/spamassassin-run.$(MAN1EXT)',
+        'sa-awl'           => '$(INST_MAN1DIR)/sa-awl.$(MAN1EXT)',
         'sa-learn'         => '$(INST_MAN1DIR)/sa-learn.$(MAN1EXT)',
         'sa-update'        => '$(INST_MAN1DIR)/sa-update.$(MAN1EXT)',
         'sa-compile'       => '$(INST_MAN1DIR)/sa-compile.$(MAN1EXT)',
@@ -1027,7 +1028,8 @@
 sa-learn: sa-learn.raw
        $(PREPROCESS) $(FIXBYTES) $(FIXVARS) $(FIXBANG) -m$(PERM_RWX) -i$? -o$@

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6476] [review] [doc] sa-awl is not installed per default

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6476

Justin Mason <jm...@jmason.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jm@jmason.org

--- Comment #6 from Justin Mason <jm...@jmason.org> 2011-05-26 21:23:27 UTC ---
+1

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6476] sa-awl is not installed per default

Posted by bu...@issues.apache.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6476

sca@andreasschulze.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sca@andreasschulze.de

--- Comment #3 from sca@andreasschulze.de 2010-08-08 15:46:49 UTC ---
the sa-awl manpage is installed whithout any further patch.
I just noticed that as you ask for...

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6476] sa-awl is not installed per default

Posted by bu...@issues.apache.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6476

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@pccc.com

--- Comment #2 from Kevin A. McGrail <km...@pccc.com> 2010-08-08 15:40:02 UTC ---
(In reply to comment #1)
> Created an attachment (id=4799)
 --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4799) [details]
> patch to install sa-awl like other sa-* tools

On my installation sa-awl is not installed.  However, this patch does appear to
fix the man file not being installed.  Is that the only issue you are trying to
fix?

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6476] [review] [doc] sa-awl is not installed per default

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6476

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
  Status Whiteboard|needs 1 votes for 3.3.2     |ready to commit

--- Comment #7 from Kevin A. McGrail <km...@pccc.com> 2011-05-27 21:53:00 UTC ---
committed to 3.3.2

Sending        Makefile.PL
Transmitting file data .
Committed revision 1128477.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6476] [review] [doc] sa-awl is not installed per default

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6476

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|needs 2 votes for 3.3.2     |needs 1 votes for 3.3.2

--- Comment #5 from Kevin A. McGrail <km...@pccc.com> 2011-05-18 13:22:05 UTC ---
(In reply to comment #4)
> Just checked the situation, the sa-awl is indeed installed (3.3 and trunk)
> while its man page is not. It's a trivial fix to Makefile.PL, as suggested
> by Andreas. It does install the man page now (CPAN install) while previously
> it did not.
> 
> +1
> 
> trunk:
>   Bug 6476: sa-awl man page is not installed
>   Sending Makefile.PL
> Committed revision 1124216.

+1 for 3.3.2

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6476] sa-awl is not installed per default

Posted by bu...@issues.apache.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6476

--- Comment #1 from sca@andreasschulze.de 2010-08-08 15:27:05 UTC ---
Created an attachment (id=4799)
 --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4799)
patch to install sa-awl like other sa-* tools

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6476] [review] [doc] sa-awl is not installed per default

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6476

Mark Martinec <Ma...@ijs.si> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.3.2
            Summary|sa-awl is not installed per |[review] [doc] sa-awl is
                   |default                     |not installed per default
  Status Whiteboard|                            |needs 2 votes for 3.3.2

--- Comment #4 from Mark Martinec <Ma...@ijs.si> 2011-05-18 12:29:15 UTC ---
Just checked the situation, the sa-awl is indeed installed (3.3 and trunk)
while its man page is not. It's a trivial fix to Makefile.PL, as suggested
by Andreas. It does install the man page now (CPAN install) while previously
it did not.

+1

trunk:
  Bug 6476: sa-awl man page is not installed
  Sending Makefile.PL
Committed revision 1124216.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.