spambnc version 1.9 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    spambnc  most recent diff


      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
      Google
      Web Darwinports.com



      # $Id: Portfile 23053 2007-03-23 20:35:47Z pipping 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}

      patchfiles 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



    image test