Rodrigo Camarao <[EMAIL PROTECTED]> wrote:
> Im using vpopmail with qmail...
Irrelevant to this problem.
> i have problems with aliases, im receiving 3 copies of the same mail..
>
> config:
>
> .qmail-everybody
> group1
> group2
> group3
>
> .qmail-group1 |
> .qmail-group2 | i have my email in these 3 aliases
> .qmail-group3 |
>
> What can i do to receive just on copy of the email sent to everybody@xxxx ?
This is best handled on the receiving side. See:
http://www.qmail.org/eliminate-dups
Or, using procmail:
# Use a 10Kb cache of Message IDs received to avoid duplicate messages
:0 Whc: .msgid.lock
| formail -D 10240 .msgid.cache
# Save probable duplicates for inspection
:0 a:
spool/dupes
-Dave