Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: DBMail: users

Direct mailbox delivery -> filtering

 

 

DBMail users RSS feed   Index | Next | Previous | View Threaded


eelco at ic-s

Apr 28, 2002, 8:04 AM

Post #1 of 3 (169 views)
Permalink
Direct mailbox delivery -> filtering

Hi!

It's now possible to directly filter incoming messages into users'
mailboxes.

For example when calling:

dbmail-smtp -m "mailinglists/dbmail/stuff" -u eelco

From a procmail that filters messages coming from this lists will
deliver mail directly to the mailinglists/dbmail/stuff folder.

Have fun!

Eelco



__________________________
E.J.A. van Beek
ICT Manager
IC&S
T: +31 30 2322878
F: +31 30 2322305

PGP-key:
www.ic-s.nl/keys/eelco.txt


biehl at pulsaar

May 1, 2002, 2:15 AM

Post #2 of 3 (163 views)
Permalink
AW: Direct mailbox delivery -> filtering [In reply to]

hi Eelco!

i have a question:
what happens, if the mailbox does not exist?

Alex

> -----Ursprüngliche Nachricht-----
> Von: dbmail-admin [at] dbmail [mailto:dbmail-admin [at] dbmail]
> Im Auftrag von Eelco van Beek - IC&S
> Gesendet: Sonntag, 28. April 2002 17:05
> An: dbmail [at] dbmail
> Betreff: [Dbmail] Direct mailbox delivery -> filtering
>
>
> Hi!
>
> It's now possible to directly filter incoming messages into users'
> mailboxes.
>
> For example when calling:
>
> dbmail-smtp -m "mailinglists/dbmail/stuff" -u eelco
>
> From a procmail that filters messages coming from this lists will
> deliver mail directly to the mailinglists/dbmail/stuff folder.
>
> Have fun!
>
> Eelco
>
>
>
> __________________________
> E.J.A. van Beek
> ICT Manager
> IC&S
> T: +31 30 2322878
> F: +31 30 2322305
>
> PGP-key:
> www.ic-s.nl/keys/eelco.txt
>
> _______________________________________________
> Dbmail mailing list
> Dbmail [at] dbmail
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
>


igor at host4u

May 5, 2002, 1:09 PM

Post #3 of 3 (161 views)
Permalink
Re: AW: Direct mailbox delivery -> filtering [In reply to]

> i have a question:
> what happens, if the mailbox does not exist?

you can find all unconnected messages using this little script.

<?
mysql_connect("localhost", "dbmail", "password");
mysql_select_db("dbmail");
$q = mysql_query("select * from aliases");
while ($r = mysql_fetch_array($q)) {
if (mysql_num_rows(mysql_query("select * from users where user_idnr = '".$r["deliver_to"]."'")) == 0) {
print $r["deliver_to"]."<br>";
}
}
?>

DBMail users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.