missed the list, sorry...
On Thu, Jul 2, 2009 at 12:39 PM, Stefan Caunter<[email protected]> wrote:
> On Thu, Jul 2, 2009 at 5:51 AM, Evan Prodromou<[email protected]> wrote:
>> Stefan Caunter wrote:
>>>
>>> If message has attachment, avoid maildaemon.php. With another php
>>> script, post 140 char message part, and store extracted payload of
>>> multi-part message (uudecoded), confirmed as some type of media we
>>> like (check another db table), in a directory similar to the avatar
>>> directory, with a db flag.
>>
>> We have a files directory and some underlying tools for copying files to it.
>>
>> I don't see much point in avoiding maildaemon.php. It already uses
>> MIME-parsing tools, so it's probably the best place to look.

 Let maildaemon.php process dent only messages. The cross-reference
 check to smsemail works beautifully if MTA checks incoming email in
 the user table.
 Use some edited copy of it as attach_process.php, and hit that if we
 have file attachments.
 The parsing isn't what I'm concerned about, it's the fact that
 throwing all email at one script is probably not what will work best
 for scale and security.
 Let the SMTP transaction handle checks for incomingemail, and for
 attachments, and then send to the appropriate processor script.

>>
>> My only advice for Craig is that it should probably be pretty easy to do,
>> and to ping me if he has specific questions.
>>
>> -Evan
>>
>> --
>> Evan Prodromou
>> CEO, Control Yourself, Inc.
>> [email protected] - http://identi.ca/evan - +1-514-554-3826
>>
>>
>
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to