Date: Thu, 28 Jan 2010 22:35:27 +0100 From: Bernhard Froehlich <decke@bluelife.at> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/143325: [NEW PORT] mail/isbg: Scan an IMAP inbox for spam using SpamAssassin Message-ID: <20100128223527.4201a15b@bluelife.at> Resent-Message-ID: <201001282140.o0SLeBlN076050@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143325 >Category: ports >Synopsis: [NEW PORT] mail/isbg: Scan an IMAP inbox for spam using SpamAssassin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 28 21:40:11 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Bernhard Froehlich >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD chii.bluelife.at 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan 8 09:39:23 CET >Description: IMAP Spam Begone (isbg) is a script that makes it easy to scan an IMAP inbox for spam using SpamAssassin and get your spam moved to another folder. Unlike the normal mode of deployments for SpamAssassin, isbg does not need to be involved in mail delivery, and can run on completely different machines to where your mailbox actually is. WWW: http://wiki.github.com/ook/isbg/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- isbg-0.98.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # isbg # isbg/distinfo # isbg/pkg-descr # isbg/Makefile # echo c - isbg mkdir -p isbg > /dev/null 2>&1 echo x - isbg/distinfo sed 's/^X//' >isbg/distinfo << 'b85129c72b976256338ea086a0545b31' XMD5 (isbg_0.98_20091130.tgz) = 433a62b18822321989a9722e376e4483 XSHA256 (isbg_0.98_20091130.tgz) = a469a0ad6505d1edab45c2fc6273e77576c83a5945fc584d86e62df93dab28b3 XSIZE (isbg_0.98_20091130.tgz) = 7235 b85129c72b976256338ea086a0545b31 echo x - isbg/pkg-descr sed 's/^X//' >isbg/pkg-descr << 'fa527ed62310305d50949f04d542c2e4' XIMAP Spam Begone (isbg) is a script that makes it easy to scan Xan IMAP inbox for spam using SpamAssassin and get your spam Xmoved to another folder. X XUnlike the normal mode of deployments for SpamAssassin, isbg Xdoes not need to be involved in mail delivery, and can run on Xcompletely different machines to where your mailbox actually Xis. X XWWW: http://wiki.github.com/ook/isbg/ fa527ed62310305d50949f04d542c2e4 echo x - isbg/Makefile sed 's/^X//' >isbg/Makefile << '521234cb9403f5d6bd2d02cceed45c0c' X# New ports collection makefile for: isbg X# Date created: 2010-01-28 X# Whom: Bernhard Froehlich <decke@bluelife.at> X# X# $FreeBSD$ X# X XPORTNAME= isbg XPORTVERSION= 0.98 XCATEGORIES= mail XMASTER_SITES= http://cloud.github.com/downloads/ook/isbg/ \ X http://home.bluelife.at/ports/distfiles/ XDISTNAME= ${PORTNAME}_${PORTVERSION}_${DISTDATE} XEXTRACT_SUFX= .tgz X XMAINTAINER= decke@bluelife.at XCOMMENT= Scan an IMAP inbox for spam using SpamAssassin X XRUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin X XDISTDATE= 20091130 XNO_BUILD= yes XUSE_PYTHON= 2.5+ X XPLIST_FILES= bin/${PORTNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/isbg.py ${PREFIX}/bin/${PORTNAME} X X.include <bsd.port.mk> 521234cb9403f5d6bd2d02cceed45c0c exit --- isbg-0.98.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100128223527.4201a15b>