<div dir="ltr"><div><div>well then i theoretically all you need is curl : <br><a href="https://developers.facebook.com/docs/reference/api/publishing/">https://developers.facebook.com/docs/reference/api/publishing/</a><br><a href="https://developers.facebook.com/docs/facebook-login/login-flow-for-web-no-jssdk/">https://developers.facebook.com/docs/facebook-login/login-flow-for-web-no-jssdk/</a><br>
</div><div>but i haven't tried it myself .<br></div><div><br>actually i don't really know about the software that manages a mailing list, for example i don't know what component is responsible for "digesting" messages .<br>
</div><div><br></div></div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 11, 2013 at 11:00 AM, <span dir="ltr"><<a href="mailto:haifux-request@haifux.org" target="_blank">haifux-request@haifux.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Message: 2<br>
Date: Wed, 10 Jul 2013 19:10:57 +0200<br>
From: Tzafrir Cohen <<a href="mailto:tzafrir@cohens.org.il">tzafrir@cohens.org.il</a>><br>
Subject: Re: [Haifux] mailing list to facebook<br>
To: <a href="mailto:haifux@haifux.org">haifux@haifux.org</a><br>
Message-ID: <<a href="mailto:20130710171056.GO14528@lemon.cohens.org.il">20130710171056.GO14528@lemon.cohens.org.il</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
On Wed, Jul 10, 2013 at 05:25:04PM +0300, yakoub abaya wrote:<br>
> maybe write code to hook into the mail daemon ?<br>
<br>
Doesn't really matter. Any list subscriber can do whatever it wants with<br>
the list messages. For instance, some folks at <a href="http://mail-archives.com/" target="_blank">http://mail-archives.com/</a><br>
have decide to archive it, just for the kicks.<br>
<br>
> what mail daemon are you using, can i view the application source handling<br>
> the mailing list ?<br>
<br>
Mail messages are, well, mail messages. Take a look at procmail /<br>
formail as one starting point.<br>
<br>
My procmail filter for this list:<br>
<br>
<br>
:0<br>
* ^List-Id: Haifa Linux Club mailing list <<a href="http://haifux.haifux.org" target="_blank">haifux.haifux.org</a>><br>
.haifux/<br>
<br>
(saves mail messages in the maildir haifux).<br>
<br>
<br>
If I wanted to pipe it to a script:<br>
<br>
:0c<br>
* ^List-Id: Haifa Linux Club mailing list <<a href="http://haifux.haifux.org" target="_blank">haifux.haifux.org</a>><br>
| path/to/my/script with params<br>
<br>
<br>
As an example script: here's an email -> XMPP (Jabber) convertor script:<br>
<a href="http://www.ladro.com/jabber/jsmtp.html" target="_blank">http://www.ladro.com/jabber/jsmtp.html</a><br>
<br>
--<br>
Tzafrir Cohen | <a href="mailto:tzafrir@jabber.org">tzafrir@jabber.org</a> | VIM is<br>
<a href="http://tzafrir.org.il" target="_blank">http://tzafrir.org.il</a> | | a Mutt's<br>
<a href="mailto:tzafrir@cohens.org.il">tzafrir@cohens.org.il</a> | | best<br>
<a href="mailto:tzafrir@debian.org">tzafrir@debian.org</a> | | friend<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Haifux mailing list<br>
<a href="mailto:Haifux@haifux.org">Haifux@haifux.org</a><br>
<a href="http://haifux.org/mailman/listinfo/haifux" target="_blank">http://haifux.org/mailman/listinfo/haifux</a><br>
<br>
<br>
End of Haifux Digest, Vol 71, Issue 4<br>
*************************************<br>
</blockquote></div><br></div></div></div></div></div>