[Mailman-Users] mm_htaccess questions
Dallas Bethune
dallas at dreamhost.com
Thu May 22 00:15:45 CEST 2003
I don't have a solution for you, but you can redirect standard error to
/dev/null using some syntax like this...
command 2>&1 > /dev/null
It's something like that. You might have to play around. The 2>&1
redirects standard error to standard out and then you redirect the whole
thing to /dev/null. Of course, a well-written cron job should only generate
output when there is an actual problem, but this sort of things works ok in
a pinch.
Dallas
On 5/21/03 10:35am, "NOW Website Coordinator" <webperson at now.org> wrote:
> The FAQ has two scripts to use to generate an Apache password file that can
> be used to authenticate a directory with Mailman passwords, in my case, the
> archive directory for one of my lists.
>
> The script mm_htaccess works fine, but I was wondering if anyone had
> fine-tuned it.
>
> I want it only to work for one list, and only if that list was new.
>
> I also can't seem to get it not to write error messages (or really, it just
> writes its report to the cron id, but it won't send it to /dev/null or a
> file since I assume it is writing the password added as an error message,
> not just standard output.)
>
> Glenn Sieb added a makefile script which works for all lists, but that's
> more than I need.
>
> Has anyone done any of this for their lists? I know if I spend enough time
> with a Perl manual I should be able to get this to work, but didn't want to
> reinvent any wheels.
>
> Thanks in advance.
>
>
> Sarah Stapleton-Gray
> --------------------------------------------
> Web Site Coordinator
> National Organization for Women
> http://www.now.org
>
>
>
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
>
> This message was sent to: dallas at dreamhost.com
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/dallas%40dreamhost.com
>
>
More information about the Mailman-Users
mailing list