Re: image based stock spam

2006-11-13 Thread James Seward

On 11/13/06, Brian [EMAIL PROTECTED] wrote:

ugh, I'm running a 6.2 prerelease.  The package doesn't exist, so I
build the port, or try to.  The tiff port wont build, so I pkg_add
that.  It gets a lil further along, the pkgconfig port won't build, I
pkg_add that.  Then, a little further here comes an x windows install, a
31 mb download. I don't want that on my server.  I'll live with it for
now till something better comes along.


I succeeded in getting FuzzyOCR installed on several 6.1 systems
before it appeared in ports, and documented my method here:

http://jamesoff.net/site/projects/freebsd/fuzzyocr-for-spamassassin-on-freebsd/

Note that it will still pull in Xorg for some libraries, but doesn't
actually install X itself (assuming you remember to declare
WITHOUT_X11).

I note that the libungif port still doesn't appear to have the patch
suggested by FuzzyOCR's author to prevent segfaults.

I can vouch for FuzzyOCR's effectiveness, as the image-based spam was
about the only stuff still getting through my SpamAssassin.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: image based stock spam

2006-11-13 Thread Bill Moran
In response to Brian [EMAIL PROTECTED]:

 Antony Mawer wrote:
  On 13/11/2006 12:00 PM, Brian wrote:
  Looks like the preferred approach many folks  re the above problem 
  is  fuzzyocr?   Since there isn't a port for  that, is there another 
  FreeBSD solution  worth  mentioning here?
 
  http://www.freshports.org/mail/p5-FuzzyOcr/
 
 ugh, I'm running a 6.2 prerelease.  The package doesn't exist, so I 
 build the port, or try to.  The tiff port wont build, so I pkg_add 
 that.  It gets a lil further along, the pkgconfig port won't build, I 
 pkg_add that.

If you don't report these to the ports team, they're unlikely to get
fixed.

 Then, a little further here comes an x windows install, a 
 31 mb download. I don't want that on my server.

Put NO_GUI=yes and NO_X11=yes in /etc/make.conf

-- 
Bill Moran
Collaborative Fusion Inc.

[EMAIL PROTECTED]
Phone: 412-422-3463x4023


IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: image based stock spam

2006-11-13 Thread Armin Arh
On Sun, 12 Nov 2006 23:17:58 -0800 Brian [EMAIL PROTECTED] wrote:
 ugh, I'm running a 6.2 prerelease.  The package doesn't exist, so I 
 build the port, or try to.  The tiff port wont build, so I pkg_add 
 that.  It gets a lil further along, the pkgconfig port won't build, I 
 pkg_add that.  Then, a little further here comes an x windows install, a 
 31 mb download. I don't want that on my server.  I'll live with it for 
 now till something better comes along.

A few weeks ago i made a solution for spam images myself.
You can find at:

ftp://pubbox.net/pub/unix/mail/mimefilter-1.0-PRE.tar.gz

enjoy,

Armin
PUBBOX Postmaster, spam-killer no.1, free email address at http://pubbox.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: image based stock spam

2006-11-13 Thread Martin Hepworth

Brian

the SARE Stock rules (and others) from www.rulesemporium.com are equally
good at catching this stuff, and a lot lot lighter on CPU cycles.

--
Martin

On 11/13/06, Brian [EMAIL PROTECTED] wrote:


Looks like the preferred approach many folks  re the above problem is
fuzzyocr?   Since there isn't a port for  that, is there another FreeBSD
solution  worth  mentioning here?

Brian

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


image based stock spam

2006-11-12 Thread Brian
Looks like the preferred approach many folks  re the above problem is  
fuzzyocr?   Since there isn't a port for  that, is there another FreeBSD 
solution  worth  mentioning here?


Brian

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: image based stock spam

2006-11-12 Thread Antony Mawer

On 13/11/2006 12:00 PM, Brian wrote:
Looks like the preferred approach many folks  re the above problem is  
fuzzyocr?   Since there isn't a port for  that, is there another FreeBSD 
solution  worth  mentioning here?


http://www.freshports.org/mail/p5-FuzzyOcr/

--Antony
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: image based stock spam

2006-11-12 Thread Olivier Nicole
 Since there isn't a port for  that, is there another FreeBSD 
 solution  worth  mentioning here?

I can't remember if there is a port or not, but I remember it was very
easy to install: if fuzzyocr itself is not a port, every tools it is
based upon are ports.

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: image based stock spam

2006-11-12 Thread Brian

Antony Mawer wrote:

On 13/11/2006 12:00 PM, Brian wrote:
Looks like the preferred approach many folks  re the above problem 
is  fuzzyocr?   Since there isn't a port for  that, is there another 
FreeBSD solution  worth  mentioning here?


http://www.freshports.org/mail/p5-FuzzyOcr/

--Antony
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
ugh, I'm running a 6.2 prerelease.  The package doesn't exist, so I 
build the port, or try to.  The tiff port wont build, so I pkg_add 
that.  It gets a lil further along, the pkgconfig port won't build, I 
pkg_add that.  Then, a little further here comes an x windows install, a 
31 mb download. I don't want that on my server.  I'll live with it for 
now till something better comes along.


Brian

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]