I have installed and used mailman on suse 8 and am now doing a fresh install
(mailman 2.1.9) on suse 9.3 with python 2.5 (I have tried python 2.4 as
well) and continue to get the following errors on make and make install. I
am installing with the mailman user and group. Any insight about these
e
Hank van Cleef wrote:
>
>What I see in the headers in a post to the list is:
>
>X-BeenThere: [EMAIL PROTECTED]
>X-Mailman-Version: 2.1.9
>Precedence: list
>Reply-To: The Mylist Discussion List <[EMAIL PROTECTED]>
>Sender: [EMAIL PROTECTED]
>Errors-To: [EMAIL PROTECTED]
>
>How do I get the correct n
I've brought a fresh installation of Mailman 2.1.9 on line on
an IP that has been assigned to mydomain.net for some time.
However, I want to appear as otherdomain.com. The DNS records
for otherdomain.com have been changed to point to my IP, with A records
to otherdomain.com and www.otherdomain.co
Zbigniew Szalbot wrote:
>
>If I ever want to upgrade mailman (currently I have the latest
>stable version so no problem), can /usr/local/mailman/Mailman/MailList.py
>be overwritten during upgrade or is it one of those files that don't get
>updated?
It is one of the files that definitely does get
Michael Peterson wrote:
>For private lists if someone run a
>search and then links into the mailman web interface...you get
>presented with the login box...which then redirects you to the top
>level of the directory. Since I already know excatly which post I'm
>looking for...and that what was supp
I've been working on building a search interface to mailman for a
client on mine. Since I didn't see one built into the archive system I
built one using the Swishe software. So far everything seems to be
working fine...with one exception. For private lists if someone run a
search and then links int
[EMAIL PROTECTED] wrote:
>
>Sorry I guess I should clarify. I have the discussion list set to
>anonymous. Because I want email sent from the list email and replied
>back to the list rather than the poster (so every one gets all posts
>and replies). But I want the senders real name inserted in
Alan McConnell wrote:
> Dear Helpful Experts,
I am hardly an expert, though I do aspire to be helpful.
> Can I, again, have the Assembled Wisdom(TM) tell me, and
> the PatriotNet staff, how to proceed to upgrade the MM
> install from 2.1.5 to 2.1.9?
By coincidence, we are a tiny ISP for non-p
Quoting Brad Knowles <[EMAIL PROTECTED]>:
> At 4:29 PM -0500 1/8/07, [EMAIL PROTECTED] wrote:
>
>> I'm running an anonymous discussion list. The list is setup so replies
>> are by directed back to the list.
>>
>> I would like to be able to add the senders/posters name (the
>> (optional) name that
Hello,
>>Thanks a lot. But this does not give me the full name of the list as on
>>the mailman homepage for the list (where I took the MM-List-Name variable
>>from) but again expands into ppl which is the real name of the list.
>
>
> Then I'm guessing what you want is the list description (self.
Zbigniew Szalbot wrote
>
>Thanks a lot. But this does not give me the full name of the list as on
>the mailman homepage for the list (where I took the MM-List-Name variable
>from) but again expands into ppl which is the real name of the list.
Then I'm guessing what you want is the list descriptio
Zbigniew Szalbot wrote:
>
>> Yes, you made a mistake. You'll probably find tracebacks from the
>> exception in Mailman's error log. The problem is the value you have
>> assigned to the key 'MM-List-Name' is not a defined variable. You need
>>
>> 'MM-List-Name' : mlist.real_name,
>>
Hello again,
> And I made a mistake too. It should be
>
> 'MM-List-Name' : self.real_name,
Thanks a lot. But this does not give me the full name of the list as on
the mailman homepage for the list (where I took the MM-List-Name variable
from) but again expands into ppl which is t
Hi there again,
> Yes, you made a mistake. You'll probably find tracebacks from the
> exception in Mailman's error log. The problem is the value you have
> assigned to the key 'MM-List-Name' is not a defined variable. You need
>
> 'MM-List-Name' : mlist.real_name,
>
> rather than
Zbigniew Szalbot wrote:
>
>I tried your advice and added such a line:
>
> 'MM-List-Name' : mm_list_name,
>
>However, mailman stopped sending confirmation messages to me so I guess I
>must have made a mistake (I added %(mm_list_name)s to verify.txt.
Yes, you made a mistake. You'll
Dear Helpful Experts,
Please have patience! I'll try to make this the last revisit of this
subject.
I am the admin of a four-month old Mailman E-list, running on my ISP,
PatriotNet.
The people actually responsible for Tech Support at PatriotNet are very
reliant on Debian. They are running Debi
Webmaster wrote:
>I recently upgraded mailman to 2.1.9 and everything seems to
>be working fine except somehow all mailman logging has ceased.
>I am running fedora core 5. my permissions on /var/log are
>
>drwxrwsr-x 2 mailman mailman 4096 Jan 7 04:04 mailman
>
>and in /var/log/mailman a
Hello,
> The substititions in templates are defined in a Python dictionary that
> is passed to the call to produce the substituted template. In general,
> the parameters which can be substituted are specific to a given
> template and are only those which appear in the base template.
>
> In this ca
Zbigniew Szalbot wrote:
>
>Thank you Mark - is there a reason why command results returned from web
>forms differ from email ones?
Emails with commands may in general contain multiple commands in the
subject and/or body of the email. Thus CommandRunner processes every
line of the email until it e
Hello,
>>change some option somewhere so that there are no attachments. Just a
>>plain message saying:
>>
>>Subscribed / Removed from the mailing list.
>>
>>Can it be set somewhere?
>
>
> No. There is no such option. You would have to modify the code in
> Mailman/Queue/CommandRunner.py.
Thank you
Zbigniew Szalbot wrote:
>
>Is it possible to insert an equivalent of %(MM-List-Name)s into verity.txt
>template? For example, I have list which real name is ppl. It is an
>abbreviation and does not mean anything. But when people get the
>confirmation message, they should see a full name.
>
>I tried
Zbigniew Szalbot wrote:
>I want users to subcribe to my mls by email only (as Mailman is not
>avilable to the world on the machine where it is installed). All works
>fine but when I subscribe and confirm, the email I get is very strange. It
>says (in Polish) "Results of email command."
>
>The orig
Hello,
Is it possible to insert an equivalent of %(MM-List-Name)s into verity.txt
template? For example, I have list which real name is ppl. It is an
abbreviation and does not mean anything. But when people get the
confirmation message, they should see a full name.
I tried %(MM-List-Name)s, then
I want users to subcribe to my mls by email only (as Mailman is not
avilable to the world on the machine where it is installed). All works
fine but when I subscribe and confirm, the email I get is very strange. It
says (in Polish) "Results of email command."
The original message is attached and fi
I recently upgraded mailman to 2.1.9 and everything seems to
be working fine except somehow all mailman logging has ceased.
I am running fedora core 5. my permissions on /var/log are
drwxrwsr-x 2 mailman mailman 4096 Jan 7 04:04 mailman
and in /var/log/mailman are
-rw-rw-r-- 1 mailman
25 matches
Mail list logo