Re: [nyphp-talk] Scripts to manage subversion and db schema

2009-10-04 Thread Justin Dearing
On Sun, Oct 4, 2009 at 9:51 PM, Matt Juszczak wrote: > > - Merge changes from trunk -> stable -> live repositories. svn merge works > well for this but it doesn't really track well. > Define "doesn't really track well" If you don't like how it looks in the history, what do you expect scripts to

[nyphp-talk] Scripts to manage subversion and db schema

2009-10-04 Thread Matt Juszczak
Hi all, I'm wondering if anyone can recommend unix shell scripts to do the following: - Merge changes from trunk -> stable -> live repositories. svn merge works well for this but it doesn't really track well. I've seen people use certain scripts to do this and I'm wondering if anyone can r

Re: [nyphp-talk] manipulating an IMAP account

2009-10-04 Thread Daniel Convissor
Hey David: > One option that occurs to me is to extend Zend_Mail_Storage_Imap and > override the parts that are giving me grief. But is that sound practice? It's excellent practice. This way you get the benefits of the original class and the benefits of of the fix, all without having to mod

[nyphp-talk] OT: CPANEL's Boxtrapper - open source alternatives?

2009-10-04 Thread David Roth
For those that aren't familiar, Boxtrapper (part of CPANEL) helps fight spam, by sending an auto-reply and release of e-mail that's not white listed. I've found that the Boxtrapper/Spamassassin combination works well. I'm looking for an Open Source alternative to Boxtrapper, but I've not fo