Patrick Bogen ha scritto:
> 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
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
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
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_
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_ARCHIVE_URL = '/mailman/private'
What's
Hi.
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_ARCHIVE_URL = '/mailman/private'
IMAGE_LOGOS = '/images/mailma