The Artima Developer Community
Sponsored Link

Perl Buzz Forum
Changing email server-side?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chris Winters

Posts: 931
Nickname: cwinters
Registered: Jul, 2003

Daytime: Java hacker; nighttime: Perl hacker; sleeptime: some of both.
Changing email server-side? Posted: Jul 19, 2004 5:20 AM
Reply to this message Reply

This post originated from an RSS feed registered with Perl Buzz by Chris Winters.
Original Post: Changing email server-side?
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/raw/cwinters_perl.rdf
Feed Description: Chris Winters on Perl, programming and technology
Latest Perl Buzz Posts
Latest Perl Buzz Posts by Chris Winters
Latest Posts From cwinters.com

Advertisement
Casey's presentation last week on the new Perl modules for handling email was a real eye-opener. (Sorry, no link for now, my ssh is inexplicably down.) The 'new Perl modules' are generally the new ones beginning with Email:: (there are a few older ones in there too), and you can find project-type stuff at the kwiki. The project is akin to the DateTime effort to create a unified and complete date handling API for Perl, extremely useful

The new information is that these modules are implemented fairly simply and using them is simple as well. I haven't been very good at keeping up with spam on my server, partially because dropping false negatives on the floor is a fairly high cost. (Not that I'm expecting emails from high school people or anything, but I do get emails from people trying out OpenInteract for the first time who are too nervous to post to the mailing list.) But the spam is really getting overwhelming now -- Mail.app does a good job finding it all, but that doesn't do me any good with a web-based client. So we'll see how it goes...

(I'm trying to install Email::Store via CPAN and GD is bailing because it's not properly linking to libgd installed by fink. (Why does a SQL translation module need access by default to a graphics manipulation package? Put it in another module!) Grr...)

Read: Changing email server-side?

Topic: Changing email server-side? Previous Topic   Next Topic Topic: Pittsburgh PM meeting tonight

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use