Re: IDN support in SMTP?!

2007-12-06 Thread Peter J. Holzer
On 2007-12-05 12:43:50 -0500, Guy Hulbert wrote: > On Wed, 2007-12-05 at 17:46 +0100, Peter J. Holzer wrote: > > If somebody comes up with a good proposal I'm all for it. > > Don't do it. > > I spent 40 minutes trying to find out about IDN yesterday before I made > this suggestion then. So, here

Rewriting the body

2007-12-06 Thread Juerd Waalboer
Hi, A user ran into a problem where koi8-r encoded messages get garbled in their user agent (Tobit Infocenter), but Windows-1251 and UTF-8 work well. They can't easily switch to another user agent, because it's a complete groupware solution. So it would make sense to rewrite bodies, and since qps

Re: Rewriting the body

2007-12-06 Thread Peter J. Holzer
On 2007-12-06 15:41:48 +0100, Juerd Waalboer wrote: [...] > So it would make sense to rewrite bodies, and since qpsmtpd is at the > gate already, I'd like to put the solution there. Nothing fancy, but it > would need to support simple multipart messages. > > I couldn't find documentation about rew

Re: IDN support in SMTP?!

2007-12-06 Thread Guy Hulbert
On Thu, 2007-12-06 at 14:51 +0100, Peter J. Holzer wrote: > > 1. Don't do anything until there is an SMTP RFC which covers IDN. > > You misunderstood what I wanted a proposal for. I did not want a > proposal for IDN. I wanted one for a generalization of the parser so > that plugins can be used to

Re: IDN support in SMTP?!

2007-12-06 Thread Guy Hulbert
On Thu, 2007-12-06 at 14:51 +0100, Peter J. Holzer wrote: > 1) The syntax is baroque. Moving the parser from the core to a plugin >would make the core cleaner. Removing everything from the core would make it really clean. I think a clear design document which defines the core/plugin interface

Re: Rewriting the body

2007-12-06 Thread Juerd Waalboer
Peter J. Holzer skribis 2007-12-06 16:23 (+0100): > > So it would make sense to rewrite bodies, and since qpsmtpd is at the > > gate already, I'd like to put the solution there. Nothing fancy, but it > > would need to support simple multipart messages. > > I couldn't find documentation about rewrit

Re: IDN support in SMTP?!

2007-12-06 Thread Ask Bjørn Hansen
On Dec 6, 2007, at 5:51, Peter J. Holzer wrote: I did not want a proposal for IDN. I wanted one for a generalization of the parser so that plugins can be used to change the acceptable syntax. You can already do plugins that intercept the default parsing -- but I take it you mean making Qp

PLUGIN FOR E-MAIL TO SMS

2007-12-06 Thread Luis Villarino
Hi: I need a plugin that split one email in many and send the email again . Why I need this because the email will be an sms message and this messages has size restriction or I need a plugin that store all the email in mysql database thanks Luis -- IT Consultant www.LasVegasWH.com

Re: PLUGIN FOR E-MAIL TO SMS

2007-12-06 Thread Juerd Waalboer
Luis Villarino skribis 2007-12-06 10:23 (-0800): > the problem is that I use this software http://www.successware21.com/ and I > can go inside and make any modification I think you meant "can't". Just write a wrapper for it: a simple script that reads in a message, splits it into multiple parts,

Re: PLUGIN FOR E-MAIL TO SMS

2007-12-06 Thread Juerd Waalboer
Luis Villarino skribis 2007-12-06 10:16 (-0800): > I need a plugin that split one email in many and send the email again . Why > I need this because the email will be an sms message and this messages has > size restriction I humbly suggest that put this logic with the part that sends the SMS, not

Overview of rcpt checkers

2007-12-06 Thread Juerd Waalboer
For your convenience, +--includes build script Pregenerated list | +--script uses qmail-local logic | | +--supports users/assign | | | +--detect

Re: Overview of rcpt checkers

2007-12-06 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juerd Waalboer wrote: > For your convenience, > This would make a great addition to the Wiki - http://wiki.qpsmtpd.org regards James Turnbull - -- Author of: - - Pulling Strings with Puppet (http://www.amazon.com/gp/product/1590599780/) - - Pro Na

Re: Overview of rcpt checkers

2007-12-06 Thread Robin Bowes
You forgot my plugin: http://robinbowes.com/projects/check_validrcptto_cdb R.

Re: Overview of rcpt checkers

2007-12-06 Thread Juerd Waalboer
Robin Bowes skribis 2007-12-07 0:24 (+): > You forgot my plugin: > http://robinbowes.com/projects/check_validrcptto_cdb Sorry. Will add to the next version. -- Met vriendelijke groet, Kind regards, Korajn salutojn, Juerd Waalboer: Perl hacker <[EMAIL PROTECTED]>

Re: Overview of rcpt checkers

2007-12-06 Thread Juerd Waalboer
James Turnbull skribis 2007-12-07 11:30 (+1100): > This would make a great addition to the Wiki - http://wiki.qpsmtpd.org Agreed in principble, but I'm planning to release this as a document on CPAN, and don't want to maintain two versions. A link to the page on CPAN, when it's there, is of course