http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/examples/unsubscribe.psgi?h=malloc_info
Returns '' on success. unsubscribe => sub { my ( $user_addr , $list_addr ) = @_ ; # map list_addr to mlmmj spool, I use: # /home/mlmmj/spool/$LIST here my ( $list , $domain ) = split ( '@' , $list_addr , 2 ); my $spool = "/home/mlmmj/spool/ $list " ; return "Invalid list: $list " unless - d $spool ; # -c to send a confirmation email, -s is important # in case a user is click-happy and clicks twice. my @cmd = ( qw(/usr/bin/mlmmj-unsub -c -s) , '-L' , $spool , '-a' ,...