From mboxrd@z Thu Jan 1 00:00:00 1970 From: eyal.oren@deri.org (Eyal Oren) Date: Wed, 10 Oct 2007 09:18:08 +0200 Subject: [sup-talk] some user questions In-Reply-To: <20071009145451.GA22618@localhost> References: <20071009145451.GA22618@localhost> Message-ID: <1192000223-sup-1528@timmy> Hi! I found some answers to my own questions: Excerpts from Eyal Oren's message of Tue Oct 09 16:54:51 +0200 2007: > - Is it possible to index emails on parts of the email address, splitting > on '.' and '@'? I would like to search for emails from 'john', not from > 'john.doe at hotmail.com'. Addresses are not split, but emails are indexed on aliases, so you can search for from:bob. > - Is it possible to undelete an email? I hit 'd', realise my mistake, > search for the email which I can still find (I guess because the changes > haven't yet been written into ferret) and then wonder if there's still > something I can do to prevent me from losing this email? After deleting a thread, I can hit '@' to revert the changes before they are saved into ferret. > - Is it possible to change the ordering of threads? I'm used to sorting my > emails oldest-first. Haven't found this yet, but am getting used to it. > - I'm trying to use sup together with putmail [1], a simple lightweight MTA > (similar to bsmtp). putmail can mimic sendmail. I can configure sup to > use putmail, but the emails generated by sup are not understood by putmail > (see one example attached). Can you maybe see whether the error is on sup's > side or on putmail's? I figured it out: putmail also has the -t option (like sendmail) to extract senders from the email, but ignores options such as -ti or -oem. So the sendmail line in config.yaml should be one of these: - ":sendmail: /usr/local/bin/putmail.py -t" (direct sending) - ":sendmail: /usr/local/bin/putmail_enqueue.py -t" (queue for later) Wanted to add this to the wiki, but got: "cant write html/mywikidb/keep/H/HomePage.kp: Permission denied at /var/www/gforge-projects/sup/wiki/wiki.pl line 2856. For help, please send mail to the webmaster (tom at infoether.com), giving this error message and the time and date of the error." -eyal