Re: [EXIM] anonymous suggestion box?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Paul Mansfield
Fecha:  
A: Julian
Cc: exim-users
Asunto: Re: [EXIM] anonymous suggestion box?

attribution fixed...

On Mon, 6 Jul 1998, Julian wrote:
> Bruce Bowler <bbowler@???>
> > Management would like me to set up an email address, lets call it
> > suggestions@???. Employees could then send messages to
> > suggestions@??? and they'd be forwarded on to
> > bigcheese@???. The catch is that there must be "no way" for


> but just to shove in my two-pennorths. You'll not be able to properly
> hide it unless exim doesn't log something. I can think of ways of doing
> that, the first, and ickiest is to run a version of exim which logs to
> /dev/null %-}


another way to do it would be to pipe the mail into a spool area, something
like this - add the pipe handler stuff to the configure - in the aliases:

    suggestions: | /usr/local/bin/spoolSuggestions


where the script spoolSuggestions looks like

    date=`/usr/bin/date +%Y%m%d-%H%M`
    cat > /var/spool/suggestions/received.$date


and then write another script to process the mail and remove all headers
etc, the script runs from cron... the advantage being that any logs become
inaccurate due to the time shift.

just my thoughts...

Paul



--
*** Exim information can be found at http://www.exim.org/ ***