[Mailman-Users] Erroneous results with Find_member

Stephen J. Turnbull stephen at xemacs.org
Wed Jul 30 08:59:14 CEST 2014


Kyle Vernon writes:

 > When I run the find_members script natively on the mailman box I get this result:
 > root at mbox1:/opt/mailman/bin# ./find_member -w k.vernon at ntta.com<mailto:k.vernon at ntta.com>

Are you root when you ssh from the other box:

 > SCRIPT="op mailmanscripts /opt/mailman/bin/find_member -w ${2} "
 > ssh -o StrictHostkeyChecking=no -l ${USERNAME} ${HOST} "${SCRIPT}"

?  (I guess that's what "op" is for, but gotta check.)  I don't think
these scripts should depend on CWD, but you could try cd'ing before
running the script.



More information about the Mailman-Users mailing list