Patrick Bogen wrote:
>
>You are missing the extra forward-slash following http:. It should be
>'http://lists...', but you have 'http:/lists...'
>
>The problem is with your DEFAULT_URL_PATTERN that you listed in your first
>email
Thank you Patrick! Now I feel foolish for not seeing it.
(and of co
Chris Mason wrote:
>>
>I followed your instructions, thi sis the session:
>[EMAIL PROTECTED] root]# python
>Python 2.2.3 (#1, Feb 2 2005, 12:20:51)
>[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-49)] on linux2
>Type "help", "copyright", "credits" or "license" for more information.
> >>> import smtplib
On 3/25/06, Manlio Perillo <[EMAIL PROTECTED]> wrote:
> Gli amministratori possono visitare href="http:/lists.python.mydebian/mailman/admin">la pagina di
> supervisione per gli amministratori per trovare l'interfaccia di
> gestione della tua lista.
You are missing the extra forward-slash
Mark Sapiro ha scritto:
> [...]
> And do you have something like
>
> VIRTUAL_HOSTS.clear()
> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
>
> following your redefinitions of DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST?
>
Yes, but I don't have a VIRTUAL_HOSTS.clear().
>
>> The link is cor
Mark Sapiro wrote:
>
>I think there may be some issue with the configuration of your outgoing
>MTA.
Do the posts actually get delivered?
--
Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
Chris Mason wrote:
>
>Another strange thing, when I post from a moderator account by sending a
>message, I get five replies. I get three bounces and two "TheOO post
>from requires approval", but with no subject and no sender.
I'm guessing that these too are bounces being returned to the list
a
Manlio Perillo wrote:
>Mark Sapiro ha scritto:
>> Manlio Perillo wrote:
>>> PRIVATE_ARCHIVE_URL = '/mailman/private'
>>
>> What's this??
>
>> [...]
>
>The configuration file is correct.
There is no such setting as PRIVATE_ARCHIVE_URL and if there were I
would expect it to be a URL, not a path.
Mark Sapiro ha scritto:
> Manlio Perillo wrote:
>> I have installed Mailman on my test machine (Debian Sarge on VMWare) but
>> I have hit a strange problem.
>>
>> Here is my configuration:
>>
>> # mm_cfg.py
>> MAILMAN_SITE_LIST = 'mailman'
>>
>> DEFAULT_URL_PATTERN = 'http:/%s/mailman/'
>> PRIVATE_