Displaying 8 results from an estimated 8 matches for "mailmain".
Did you mean:
mailman
2011 Apr 14
1
Introducing Quora like Gluster Community Site (beta)
...ed.
* Google + Mailman-Archive is != Knowledge base.
* Past is past. Answers are lost in time and no one answers
yesterday's questions.
* No way to organize contributed questions and answers.
* Don't know who's who. We only know their emai-ids and IRC nicks.
* and most importantly, Mailmain is not addictive ;-)
Happy Hacking!
--
Gluster Team
2018 Mar 28
3
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
...n the list message, yes, and that's the whole point of my "broken
> mailing-list"
>
> > Mailman isn't adding it and you say you are not adding it, so where
> > is it coming from ??
> from somewhere on the samba-maling list - period
> how can you prove that Mailmain don't add it?
>
> i can prove it's not there in the sent message and our postfix for
> sure don't add headers (i am the mailadmin of some hundret
> maildomains and would know that)
>
> i can also prove that "Reply-To: Reindl Harald
> <h.reindl at thelounge...
2018 Mar 28
0
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
...e - it's
that easy - period
*every* single message from this mailing list has a reply-to header to
the poster, independent who is the poster, no other mailing-list on
planet earth has a reply-to-header - it's that simple - period
consult a mailadmin because it don't matter if it's mailmain or some
other borked piece of the samaba mail-infrastructure, it's not on my end
2006 Jul 05
1
TMail + Receing mail and extract attachments
...pop.mails.each ..." # (2)
File.open("inbox/#{i}", ''w+'') do |f|
f.write m.pop
Mailman.receive(m.pop)
end
#m.delete
i += 1
end
puts "#{pop.mails.size} mails popped."
end
pop.finish
>>
#Mailmain
<<
class Mailman < ActionMailer::Base
def receive(email)
#puts email
mail = TMail::Mail.parse(email)
mail.parts.each do |part|
if ''image/jpeg'' == part.content_type
part_type = part.content_type
part_body = part.body.base64_decode
filename...
2018 Mar 28
2
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
On Wed, 28 Mar 2018 18:22:16 +0200
Reindl Harald via samba <samba at lists.samba.org> wrote:
>
>
> Am 28.03.2018 um 18:07 schrieb Rowland Penny via samba:
> > On Wed, 28 Mar 2018 17:32:33 +0200
> > Reindl Harald via samba <samba at lists.samba.org> wrote:
> >
> >>
> >>
> >> Am 28.03.2018 um 17:21 schrieb Rowland Penny via samba:
2005 Feb 25
2
Bug in TermIterator::skip_to() ?
Hi all,
I've been toying with xapian (mostly using the Python bindings) and I
think I've hit a bug in the TermIterator::skip_to() method (or maybe
in QuartzAllTermsList::skip_to()).
I've attached a c++ source file that demonstrates the issue. In short,
if you have a WritableDatabase, ask for the all-terms TermIterator
with db.allterms_begin(), and then skip_to() a word that is itself
2018 Mar 28
0
broken mailing-list -> Re: Accentuated characters issue when receiving attributes from "samba user syncpasswords"
...reindl at thelounge.net>
in the list message, yes, and that's the whole point of my "broken
mailing-list"
> Mailman isn't adding it and you say you are not adding it, so where is
> it coming from ??
from somewhere on the samba-maling list - period
how can you prove that Mailmain don't add it?
i can prove it's not there in the sent message and our postfix for sure
don't add headers (i am the mailadmin of some hundret maildomains and
would know that)
i can also prove that "Reply-To: Reindl Harald <h.reindl at thelounge.net>"
only exists in mails...
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all,
Ruby 1.8.1
Solaris 9
wxwindows 2.4.2 (package from blastwave.org)
wxruby 0.3.0
I''m having trouble getting this sucker to build on my Solaris box.
Here''s how I''m building:
ruby extconf.rb --with-xrc-dir=/opt/csw
--with-xrc-include=/opt/csw/lib/wx
The include directive I added because the setup.h file is there (for
whatever reason). And yes, /opt/csw/bin and