auto increment in a Gadfly database?
Is there a way to add a auto_increment column in a Gadfly database as you can in MySQL? I have been searching the archives, maybe I am not using the correct terminology. Any help anyone could provide would be great. Thanks.
In a word, no! ----- Original Message ----- From: matt standish To: zope@zope.org Sent: Tuesday, May 15, 2001 4:02 PM Subject: [Zope] auto increment in a Gadfly database? Is there a way to add a auto_increment column in a Gadfly database as you can in MySQL? I have been searching the archives, maybe I am not using the correct terminology. Any help anyone could provide would be great. Thanks.
Anyone know how to get Netscape communicator to automatically delete mail posted in HTML? *grinz* Chris
That'd be nice, if you figure it out let me know ;) ----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: "matt standish" <mps_@hotmail.com> Cc: <zope@zope.org> Sent: Wednesday, May 16, 2001 11:25 AM Subject: [Zope] HTML Mail
Anyone know how to get Netscape communicator to automatically delete mail posted in HTML?
*grinz*
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Wed, 16 May 2001, Chris Withers wrote:
Anyone know how to get Netscape communicator to automatically delete mail posted in HTML?
Don't think it is possible. Use procmail. But the best thing would be to ENFORCE the list's policy on the server - just filter out HTML emails on mail.python.org. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
V Good suggestion. Shall I start the petition or do you want to do it? ;) ----- Original Message ----- From: "Oleg Broytmann" <phd@phd.fep.ru> To: "Chris Withers" <chrisw@nipltd.com> Cc: "Zope Mailing List" <zope@zope.org> Sent: Wednesday, May 16, 2001 11:35 AM Subject: Re: [Zope] HTML Mail
On Wed, 16 May 2001, Chris Withers wrote:
Anyone know how to get Netscape communicator to automatically delete mail posted in HTML?
Don't think it is possible. Use procmail. But the best thing would be to ENFORCE the list's policy on the server - just filter out HTML emails on mail.python.org.
Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Wed, 16 May 2001, Phil Harris wrote:
V Good suggestion. Shall I start the petition or do you want to do it? ;)
I was longing to do it for quite some time! :) Whome should we contact?
to
ENFORCE the list's policy on the server - just filter out HTML emails on mail.python.org.
Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
Oleg Broytmann wrote:
On Wed, 16 May 2001, Phil Harris wrote:
V Good suggestion. Shall I start the petition or do you want to do it? ;)
I was longing to do it for quite some time! :) Whome should we contact?
It's in Ethan's court, maybe he could put a Poll up on zope.org? Chris (now with a big shiny badge on saying 'ListCop' ;-)
here's a procmail entry that seems to work. # HTML based mail :0: *Content-Type: multipart/alternative; __HTML_MAIL replace __HTML_MAIL with /dev/null at will. /dario ----- Original Message ----- From: "Oleg Broytmann" <phd@phd.fep.ru> To: "Chris Withers" <chrisw@nipltd.com> Cc: "Zope Mailing List" <zope@zope.org> Sent: Wednesday, May 16, 2001 12:35 PM Subject: Re: [Zope] HTML Mail
On Wed, 16 May 2001, Chris Withers wrote:
Anyone know how to get Netscape communicator to automatically delete mail posted in HTML?
Don't think it is possible. Use procmail. But the best thing would be to ENFORCE the list's policy on the server - just filter out HTML emails on mail.python.org.
Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
On Wed, 16 May 2001, Dario Lopez-KДsten wrote:
here's a procmail entry that seems to work.
# HTML based mail :0: *Content-Type: multipart/alternative; __HTML_MAIL
replace __HTML_MAIL with /dev/null at will.
It is a bit impolite just drop messages from novice users. I'd recommens to send them polite reply with FAQ on our policies. procmail+formail are great to do this kind of job. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (5)
-
Chris Withers -
Dario Lopez-K�sten -
matt standish -
Oleg Broytmann -
Phil Harris