Spambnc version 1.9 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    spambnc  most recent diff


    version 1.9

      View the most recent changes for the spambnc port at: spambnc.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for spambnc.
      The raw portfile for spambnc 1.9 is located here:
      http://spambnc.darwinports.com/dports/mail/spambnc/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/spambnc


      The spambnc Portfile 51021 2009-05-15 15:55:30Z and.damore macports.org $

      PortSystem 1.0
      Name: spambnc
      Version: 1.9
      Category: mail
      Description: Set of procmail recipies which handle known/suspected spam
      Maintainers: andrea+darwinports webcom.it
      Long Description: The Spam Bouncer is a set of procmail recipes, or instructions, which search the headers and text of your incoming email to see if it meets one or more of several categories (known addresses, rogue ISPs, bulk mail software etc etc). The Spam Bouncer sorts suspected spam into two categories -- mail from known spam sources which is definitely spam, and other mail which is probably spam, but might also be legitimate. It then tags this email with appropriate headers giving the spam classification, and responds according to the parameters you have set.
      Homepage: http://www.spambouncer.org/
      Platform: darwin

      Master Sites: ${homepage} ftp://ftp.spambouncer.org/
      distname sb
      Checksums: md5 e6b2c0be71ac2fc3a0dfa76909f85491
      dist_subdir ${name}/${version}

      depends_run bin:procmail:procmail

      worksrcdir ${name}

      Patch Files: patch-procmail.rc

      pre-extract {
      file mkdir ${worksrcpath}
      }
      extract.dir ${worksrcpath}

      use_configure no
      build {}

      destroot {
      system "cp -pr ${workpath}/${name} ${destroot}${prefix}/share/${name} "
      reinplace "s=%%SBDIR%%=${prefix}/share/${name}=" ${destroot}${prefix}/share/${name}/procmail.rc
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -c ${filespath}/index.shtml ${destroot}${prefix}/share/doc/${name}/documentation.html
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/spambnc
      % sudo port install spambnc
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching spambnc
      ---> Verifying checksum for spambnc
      ---> Extracting spambnc
      ---> Configuring spambnc
      ---> Building spambnc with target all
      ---> Staging spambnc into destroot
      ---> Installing spambnc
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using spambnc with these commands:
      %  man spambnc
      % apropos spambnc
      % which spambnc
      % locate spambnc

     Where to find more information:

    Darwin Ports



    Lightbox this page.